clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 60 forks source link

Fixes to run properly on Nvidia platform; tested 352.79 #185

Closed kknox closed 8 years ago

kknox commented 8 years ago

Adding bogus parameter to control kernel so that -cl-kernel-arg-info works with nvidia compiler Stripping malformed null strings for proper string comparisons for strings returned on nvidia platforms (352.79)


This change is Reviewable