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

EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp Failing on NVIDIA pre-commit CI on unrelated changes #16951

Open
ayylol opened this issue Feb 10, 2025 · 0 comments
Labels
bug Something isn't working cuda CUDA back-end

Comments

@ayylol
Copy link
Contributor

ayylol commented Feb 10, 2025

Describe the bug

https://github.com/intel/llvm/actions/runs/13242519017/job/36963134572?pr=16895
(Also https://github.com/intel/llvm/actions/runs/13241707593/job/36959267753?pr=16813)

FAIL: SYCL :: EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp (1125 of 2274)
******************** TEST 'SYCL :: EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
/__w/llvm/llvm/toolchain/bin//clang++  -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda  /__w/llvm/llvm/llvm/sycl/test-e2e/EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp -o /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out  -L/usr/local/cuda/lib64 -lcuda  -I/usr/local/cuda/targets/x86_64-linux/include
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp -o /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out -L/usr/local/cuda/lib64 -lcuda -I/usr/local/cuda/targets/x86_64-linux/include
# note: command had no output on stdout or stderr
# RUN: at line 3
env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu  /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out
# executed command: env UR_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/EnqueueNativeCommand/Output/custom-command-multiple-dev-cuda.cpp.tmp.out
# .---command stdout------------
# | 1 devices found
# | Using on device 0: NVIDIA GeForce RTX 3090
# | Checking result on host: FAILED
# | 0 ?= 1
# `-----------------------------
# error: command failed with exit status: 1

--

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment

  • OS: [e.g Windows/Linux]
  • Target device and vendor: [e.g. Intel GPU]
  • DPC++ version: [e.g. commit hash or output of clang++ --version]
  • Dependencies version: [e.g. the output of sycl-ls --verbose]

Additional context

No response

@ayylol ayylol added bug Something isn't working cuda CUDA back-end labels Feb 10, 2025
@ayylol ayylol changed the title EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp Failing on NVIDIA precommit CI EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp Failing on NVIDIA precommit CI on unrelated changes Feb 10, 2025
@ayylol ayylol changed the title EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp Failing on NVIDIA precommit CI on unrelated changes EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp Failing on NVIDIA pre-commit CI on unrelated changes Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cuda CUDA back-end
Projects
None yet
Development

No branches or pull requests

1 participant