CNugteren / CLBlast

Tuned OpenCL BLAS
Apache License 2.0
1.06k stars 202 forks source link

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

Open diverger opened 4 months ago

diverger commented 4 months ago

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.