OpenCL-CTS icon indicating copy to clipboard operation
OpenCL-CTS copied to clipboard

c11_atomics `{svm_,}atomic_fence` test issues

Open kpet opened this issue 2 months ago • 1 comments

Several implementers have reported issues over the years with the atomic_fence and svm_atomic_fence tests, the latest being #2496.

Analysis from a few years ago (e.g. https://www.khronos.org/members/login/bugzilla/show_bug.cgi?id=15814) suggests that the tests are incorrect and make assumptions that are not guaranteed to hold. This was discussed in the 2025/10/14 teleconference and we agreed to disable the tests and create this issue for tracking.

kpet avatar Oct 14 '25 16:10 kpet

Hi @kpet , both https://github.com/KhronosGroup/OpenCL-CTS/issues/2496 and https://www.khronos.org/members/login/bugzilla/show_bug.cgi?id=15814 looks like similar issue and I have provided fix for this issue here(https://github.com/KhronosGroup/OpenCL-CTS/pull/2485).

I would like to know do we have any other issues open on atomic_fence and svm_atomic_fence? It would be nice if we can maintain list of related issues here.

Sai-Kumar-Atluri avatar Oct 23 '25 08:10 Sai-Kumar-Atluri