Backend: Changed the maximum number of compute devices from 64 to 128

This commit is contained in:
Jens Steube
2020-07-10 11:32:42 +02:00
parent 75d801e1d7
commit 577768320d
2 changed files with 7 additions and 1 deletions

View File

@@ -23,6 +23,12 @@
- Compile macOS: Fixed makefile target 'clean' to correctly remove *.dSYM folders
- OpenCL Runtime: Reinterpret return code CL_DEVICE_NOT_FOUND from clGetDeviceIDs() as non-fatal
##
## Technical
##
- Backend: Changed the maximum number of compute devices from 64 to 128
* changes v5.1.0 -> v6.0.0
##