Try to evaluate available OpenCL device memory and use this information instead of total available OpenCL device memory for autotune

This commit is contained in:
jsteube
2018-08-05 23:29:54 +02:00
parent af2626e67a
commit e67195aa11
3 changed files with 63 additions and 3 deletions
+6
View File
@@ -1,5 +1,11 @@
* changes v4.2.0 -> xxx
##
## Improvements
##
- Try to evaluate available OpenCL device memory and use this information instead of total available OpenCL device memory for autotune
* changes v4.1.0 -> v4.2.0
##