The API has_double_support(dev) decides if double and long type supported on the dev.
But I found that even I didn't use float64 or int64, the kernel code generate by
pyopencl
contains double or long type args too, how to deal with it?
Show replies by date