clMathLibraries / clBLAS

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

add clCreateCommandQueue error checker #355

Open tingxingdong opened 3 years ago

tingxingdong commented 3 years ago

If there is an error (like invalid queue) , the error can be caught much earlier instead of kernel run time.

tingxingdong commented 2 years ago

anyone can approve this PR.?