CNugteren / CLBlast

Tuned OpenCL BLAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for 'size_t' as index type for 'Max()' and 'Min()'

diverger opened this issue · comments

Hi,

It seems the 'ixxx_offset' passed to these functions is type 'size_t', but the returned index type is 'int'. So, on 64bit platforms, this may cause some problems.