Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit a7d5cd7

Browse files
authored
[SYCL][ESIMD] Add test for emulation for atomic load/store operations (#1526)
Add test for emulation for atomic load/store operations
1 parent d4eb232 commit a7d5cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/lsc/atomic_smoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,10 @@ int main(void) {
604604
#endif // USE_DWORD_ATOMICS
605605
#endif // CMPXCHG_TEST
606606

607-
#ifndef USE_DWORD_ATOMICS
608607
// Check load/store operations
609608
passed &= test_int_types<8, ImplLoad>(q, cfg);
610609
passed &= test_int_types<8, ImplStore>(q, cfg);
610+
#ifndef USE_DWORD_ATOMICS
611611
passed &= test<float, 8, ImplStore>(q, cfg);
612612
#endif // USE_DWORD_ATOMICS
613613
// TODO: check double other vector lengths in LSC mode.

0 commit comments

Comments
 (0)