intel / llvm-test-suite

Other
20 stars 131 forks source link

[SYCL][ESIMD] Enable back smin/smax atomic tests #1654

Closed turinevgeny closed 1 year ago

turinevgeny commented 1 year ago

I'll try to refresh old commented out lines and extend the test in subsequent patches.

turinevgeny commented 1 year ago

Complementary compiler PR: https://github.com/intel/llvm/pull/8527

turinevgeny commented 1 year ago

/verify with https://github.com/intel/llvm/pull/8527

v-klochkov commented 1 year ago

The fails on pre-ci-linux and pre-ci-windows are expected because they do not use the updates in ESIMD headers/compiler. The test passed with Jenkins/llvm-test-suite (i.e. with updates in ESIMD/compiler). Ready to merge.