pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

[OpenCL] Nvidia incorrectly report the absence 64-bit atomic operation

Open kif opened this issue 5 years ago • 2 comments

This creates a useless warning. Within OpenCL code, the extension is working. TODO: write a small opencl program which checks the actual presence of the extension and report if the extension is working or not.

kif avatar Apr 18 '19 14:04 kif

Maybe part of silx rather than pyFAI

kif avatar Apr 18 '19 14:04 kif

Finally nvidia not advertizing a feature it better than AMD advertizing unsupported feature !

kif avatar May 10 '19 18:05 kif

Done in: https://github.com/silx-kit/silx/blob/main/src/silx/opencl/common.py#L453

kif avatar Jan 09 '24 15:01 kif