clMathLibraries / clBLAS

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

Fixing internal library cl_event leaks #300

Closed kknox closed 7 years ago

kknox commented 7 years ago

Many L2 & L1 routines, which used multiple kernels to compute result leaked internal cl_events.

Removed '-g' clBuildProgram option from library debug builds. This flag causes an internal compiler error for debug builds in xTRMM. The flag is not very useful and has caused too many problems.

kknox commented 7 years ago

fixes #296 closes #297