clMathLibraries / clBLAS

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

A fix for an uninitialized variable in the tune tool #33

Closed kknox closed 10 years ago

kknox commented 10 years ago

The problem would manifest itself when the --store-kernels flag was used on the command line. Comments were added to clarify a few sections of code. Fixes #5 Fixes #6