Skip to content

[SYCL][Fusion] Silence warning #12555

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

Merged
merged 1 commit into from
Jan 31, 2024
Merged

[SYCL][Fusion] Silence warning #12555

merged 1 commit into from
Jan 31, 2024

Conversation

jopperm
Copy link
Contributor

@jopperm jopperm commented Jan 31, 2024

Silence unused variable warning which tripped post-commit checks for #12492.

Signed-off-by: Julian Oppermann <julian.oppermann@codeplay.com>
@jopperm jopperm self-assigned this Jan 31, 2024
@jopperm jopperm requested a review from a team as a code owner January 31, 2024 09:28
@sommerlukas sommerlukas merged commit b8f9c8b into intel:sycl Jan 31, 2024
@aelovikov-intel
Copy link
Contributor

aelovikov-intel commented Jan 31, 2024

Post commit failures on Arc GPU (for future references/searches):

Failed Tests (3):
  SYCL :: ESIMD/lsc/local_accessor_atomic_smoke_cmpxchg.cpp
  SYCL :: ESIMD/lsc/lsc_slm_atomic_smoke.cpp
  SYCL :: OneapiDeviceSelector/level_zero_top.cpp

Last test failed like this:

FAIL: SYCL :: OneapiDeviceSelector/level_zero_top.cpp (1406 of 1854)
******************** TEST 'SYCL :: OneapiDeviceSelector/level_zero_top.cpp' FAILED ********************
Exit Code: -6

Command Output (stdout):
--
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin//clang++   -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/OneapiDeviceSelector/level_zero_top.cpp -o /__w/llvm/llvm/build-e2e/OneapiDeviceSelector/Output/level_zero_top.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/OneapiDeviceSelector/level_zero_top.cpp -o /__w/llvm/llvm/build-e2e/OneapiDeviceSelector/Output/level_zero_top.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 3
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  /__w/llvm/llvm/build-e2e/OneapiDeviceSelector/Output/level_zero_top.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/OneapiDeviceSelector/Output/level_zero_top.cpp.tmp.out
# .---command stdout------------
# | Level-Zero GPU Device is found: true
# | Intel(R) Level-Zero is found: true
# | Expectedly, cpu device is not found.
# | Expectedly, ACC device is not found.
# | Abort was called at 253 line in file:
# | ../../neo/level_zero/core/source/builtin/builtin_functions_lib_impl.cpp
# `-----------------------------
# .---command stderr------------
# | pure virtual method called
# | terminate called without an active exception
# `-----------------------------
# error: command failed with exit status: -6

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.

4 participants