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

[SYCL][ESIMD] Add test for emulation for atomic load/store operations #1526

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/ESIMD/lsc/atomic_smoke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,10 @@ int main(void) {
#endif // USE_DWORD_ATOMICS
#endif // CMPXCHG_TEST

#ifndef USE_DWORD_ATOMICS
// Check load/store operations
passed &= test_int_types<8, ImplLoad>(q, cfg);
passed &= test_int_types<8, ImplStore>(q, cfg);
#ifndef USE_DWORD_ATOMICS
passed &= test<float, 8, ImplStore>(q, cfg);
#endif // USE_DWORD_ATOMICS
// TODO: check double other vector lengths in LSC mode.
Expand Down