Open dm-vodopyanov opened 1 year ago
Looks like culprit is https://github.com/KhronosGroup/SYCL-CTS/commit/df2259b2bc17cc724920d97e19beeb09bd86aed0
@vladimirkhashev FYI.
Looks like culprit is KhronosGroup/SYCL-CTS@df2259b
@dm-vodopyanov, I suggest disabling new test to fix post-commit. Please, keep this issue open to address the failures and re-enable the test.
Created https://github.com/intel/llvm/pull/8575 to disable the tests
full atomic_ref functionality requires building with sm_70 specified using nvptx target flag. We only support the full ptx 6.0 memory model (since https://github.com/intel/llvm/pull/12516) and this requires sm_70 and we have confirmed that the sycl CTS has pull pass rate for atomic tests for this case. Earlier versions have an unspecified memory model that we have not fully implemented.
Post-commit failed on unrelated patch for ESIMD https://github.com/intel/llvm/commit/d2bc9d10a50acc317e727b9b6c06a44646ed9a18 (@v-klochkov please confirm that this is unrelated) - CUDA SYCL CTS run failed. This could be due to changes in https://github.com/KhronosGroup/SYCL-CTS.
Logs: https://github.com/intel/llvm/actions/runs/4348365190/jobs/7597934088