intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.23k stars 736 forks source link

USM Tests failing on DG2 Linux and HIP #15648

Open sarnex opened 2 weeks ago

sarnex commented 2 weeks ago

Describe the bug

Seeing same issue on DG2 and HIP.


********************
Failed Tests (8):
  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

DG2 See full failure symptom here and here for asan.

HIP https://github.com/intel/llvm/actions/runs/11438947494/job/31821989889

https://github.com/intel/llvm/actions/runs/11434776085/job/31809454917

USM test failures seem sporadic.

To reproduce

No response

Environment

No response

Additional context

No response

sarnex commented 2 weeks ago

FYI @intel/llvm-reviewers-runtime @intel/dpcpp-sanitizers-review

AllanZyne commented 1 week ago

I think "invalid-argument" errors have been fixed by https://github.com/intel/llvm/pull/15469

sarnex commented 5 days ago

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

sarnex commented 4 days ago

SYCL :: Plugin/level_zero_device_free_mem.cpp is passing on DG2 now. Removed from list at top.

sarnex commented 2 days ago

AddressSanitizer/invalid-argument/out-of-bounds.cpp and AddressSanitizer/invalid-argument/released-pointer.cpp are passing, removed from list.