clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

Use CL_DEVICE_TYPE_ALL for all samples #311

Closed cirosantilli closed 7 years ago

cirosantilli commented 7 years ago

This increases the chance that they will just work for most users.

Previously there was a mixture of CPU and GPU, which only works if users have both CPU and GPU OpenCL devices.

Depends on: https://github.com/clMathLibraries/clBLAS/pull/309 otherwise samples won't even build.