Tests failing on 24.35.30872.22 on DG2 Linux
Describe the bug
********************
Failed Tests (8):
SYCL :: Plugin/level_zero_device_free_mem.cpp
SYCL :: USM/memops2d/copy2d_dhost_to_shared.cpp
SYCL :: USM/memops2d/copy2d_host_to_shared.cpp
SYCL :: USM/memops2d/copy2d_shared_to_dhost.cpp
SYCL :: USM/memops2d/copy2d_shared_to_host.cpp
SYCL :: USM/memops2d/memcpy2d_dhost_to_shared.cpp
SYCL :: USM/memops2d/memcpy2d_host_to_shared.cpp
SYCL :: USM/memops2d/memcpy2d_shared_to_host.cpp
SYCL :: AddressSanitizer/invalid-argument/out-of-bounds.cpp
SYCL :: AddressSanitizer/invalid-argument/released-pointer.cpp
See full failure symptom here and here for asan.
USM test failures seem sporadic.
To reproduce
No response
Environment
No response
Additional context
No response
FYI @intel/llvm-reviewers-runtime @intel/dpcpp-sanitizers-review
I think "invalid-argument" errors have been fixed by https://github.com/intel/llvm/pull/15469
These are also sporadically failing on HIP, so maybe it's not completely an Intel driver issue? FYI: @frasercrmck @jchlanda
https://github.com/intel/llvm/actions/runs/11438947494/job/31821989889
https://github.com/intel/llvm/actions/runs/11434776085/job/31809454917
SYCL :: Plugin/level_zero_device_free_mem.cpp is passing on DG2 now. Removed from list at top.
AddressSanitizer/invalid-argument/out-of-bounds.cpp and AddressSanitizer/invalid-argument/released-pointer.cpp are passing, removed from list.
@jchlanda @frasercrmck @ldrumm @hdelan @JackAKirk I had to disable all USM tests on HIP because they were randomly failing. Someone should definitely take a look into the problem.
@sarnex Do you know if USM tests are also failing on DG2? From https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/USM/lit.local.cfg it looks like the failures are on HIP only. If so, we should update this tracker accordingly.
@uditagarwal97 There were failing on DG2 at least at some point, see here. I have no idea if they're still failing though, they were sporadic so I made them UNSUPPORTED.
Might be related to https://github.com/intel/llvm/issues/8126.
Reenabled with https://github.com/intel/llvm/pull/17205.