Merge pull request #3086 from matrix/backend_opencl_restyle

OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h
This commit is contained in:
Jens Steube
2022-01-02 18:29:22 +01:00
committed by GitHub
6 changed files with 793 additions and 791 deletions
+1
View File
@@ -37,6 +37,7 @@
- OpenCL Runtime: Added support to use Apple Silicon compute devices
- OpenCL Runtime: Set default device-type to GPU with Apple Silicon compute devices
- Unit tests: Updated test.sh to set default device-type to CPU with Apple Intel and added -f (--force) option
- OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h
* changes v6.2.4 -> v6.2.5