clMathLibraries / clBLAS

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

fix bug in ssyrk, now use only uint for mad24 #27

Closed BenjaminCoquelle closed 10 years ago

BenjaminCoquelle commented 10 years ago

The problem is only visible if we tune syrk for single precision. mad24 uses the wrong argument type (uint, uint, int) instead of (uint, uint, uint)