clMathLibraries / clBLAS

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

Portability fixes #302

Closed Oblomov closed 7 years ago

Oblomov commented 7 years ago

This is a set of patches that fix kernel compatibility issues with a number of devices of other platforms (chiefly NVIDIA and Intel), ranging from inability to compile to actual runtime crashes.

Oblomov commented 7 years ago

Oh sorry this was intended for the develop branch, not for master. I'm not sure if I can change this now or I have to close the PR and open a new one.

EDIT: ok, managed to change the PR to be for the correct branch, sorry for the nosise.

kknox commented 7 years ago

Thank you @Oblomov , it may take me a few days to review these patches. If I have questions, i'll inline them into the PR as I review