Added support for cl_ext_float_atomics in CBasicTestFetchMinSpecialFloats with atomic_float (#2391)

Related to #2142, according to the work plan, extending
CBasicTestFetchMinSpecialFloats with support for atomic_float.
This commit is contained in:
Marcin Hajder
2026-03-10 16:41:40 +01:00
committed by GitHub
parent a56e8ee92b
commit 6506421614
3 changed files with 310 additions and 28 deletions

View File

@@ -18,6 +18,7 @@
#include "harness/testHarness.h"
#include <mutex>
#include "CL/cl_half.h"
#ifdef WIN32