Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][Fusion][Test] XFAIL KernelFusion/Reduction/reduction.cpp #12540

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

victor-eds
Copy link
Contributor

@victor-eds victor-eds commented Jan 30, 2024

XFAIL failing test on CPU until the issue is fixed.

XFAIL failing test on CPU untill the issue is fixed.

Signed-off-by: Victor Perez <victor.perez@codeplay.com>
@victor-eds victor-eds self-assigned this Jan 30, 2024
@victor-eds victor-eds requested a review from a team as a code owner January 30, 2024 13:56
@sommerlukas sommerlukas merged commit 80c7bcf into intel:sycl Jan 30, 2024
11 checks passed
@victor-eds victor-eds deleted the xfail-test branch January 30, 2024 16:31
@aelovikov-intel
Copy link
Contributor

Failures in post-commit (for future references/searches):

# Arc GPU:
Failed Tests (3):
  SYCL :: ESIMD/lsc/local_accessor_atomic_smoke_cmpxchg.cpp
  SYCL :: ESIMD/lsc/lsc_slm_atomic_smoke.cpp
  SYCL :: USM/usm_pooling.cpp

First two are likely due to #12535 (comment).

The other one is probably just flaky, failed like this:

# RUN: at line 27
env UR_L0_DEBUG=1 SYCL_PI_LEVEL_ZERO_USM_RESIDENT=0 SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=";;2M,4,4M" env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/USM/Output/usm_pooling.cpp.tmp.out h 2>&1 | /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/USM/usm_pooling.cpp --check-prefix CHECK-15
# executed command: env UR_L0_DEBUG=1 SYCL_PI_LEVEL_ZERO_USM_RESIDENT=0 'SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=;;2M,4,4M' env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/Output/usm_pooling.cpp.tmp.out h
# note: command had no output on stdout or stderr
# executed command: /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/USM/usm_pooling.cpp --check-prefix CHECK-15
# note: command had no output on stdout or stderr
# RUN: at line 28
env UR_L0_DEBUG=1 SYCL_PI_LEVEL_ZERO_USM_RESIDENT=0 SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=";;2M,4,4M" env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/USM/Output/usm_pooling.cpp.tmp.out d 2>&1 | /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/USM/usm_pooling.cpp --check-prefix CHECK-15
# executed command: env UR_L0_DEBUG=1 SYCL_PI_LEVEL_ZERO_USM_RESIDENT=0 'SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR=;;2M,4,4M' env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/Output/usm_pooling.cpp.tmp.out d
# note: command had no output on stdout or stderr
# error: command failed with exit status: -6
# executed command: /__w/llvm/llvm/toolchain/bin/FileCheck /__w/llvm/llvm/llvm/sycl/test-e2e/USM/usm_pooling.cpp --check-prefix CHECK-15
# note: command had no output on stdout or stderr

@aelovikov-intel
Copy link
Contributor

aelovikov-intel commented Feb 5, 2024

@victor-eds , we've enabled OpenCL CPU testing on another runner (with Intel CPU this time) and the test seems to pass consistently there, see my comments summarizing Nigthly results over the weekend in #12586.

Created #12607 to change XPASS->UNSUPPORTED.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants