llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Tests failing on 24.35.30872.22 on DG2 Linux

Open sarnex opened this issue 1 year ago • 2 comments

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

sarnex avatar Oct 09 '24 18:10 sarnex

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

sarnex avatar Oct 11 '24 21:10 sarnex

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

AllanZyne avatar Oct 14 '24 05:10 AllanZyne

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 avatar Oct 21 '24 14:10 sarnex

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

sarnex avatar Oct 22 '24 20:10 sarnex

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

sarnex avatar Oct 24 '24 13:10 sarnex

@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 avatar Oct 29 '24 17:10 sarnex

@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 avatar Nov 22 '24 14:11 uditagarwal97

@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.

sarnex avatar Nov 22 '24 15:11 sarnex

Might be related to https://github.com/intel/llvm/issues/8126.

aelovikov-intel avatar Dec 17 '24 21:12 aelovikov-intel

Reenabled with https://github.com/intel/llvm/pull/17205.

steffenlarsen avatar Mar 03 '25 07:03 steffenlarsen