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

Fails to find matching function for call to 'make_context' on building interop-cuda-experimental.cpp test #14116

Closed
mmoadeli opened this issue Jun 10, 2024 · 1 comment · Fixed by #14118
Labels
bug Something isn't working cuda CUDA back-end

Comments

@mmoadeli
Copy link
Contributor

Describe the bug

The test interop-cuda-experimental.cpp has been failing for some time. The reason this failure hasn't been visible in CI tests is due to the use of // REQUIRES: cuda && cuda_dev_kit, which is not met because of an invalid path to the CUDA include and lib directories.

After correcting the include and lib paths, the test fails to build reporting error: no matching function for call to 'make_context'

To reproduce

No response

Environment

OS: Linux
Target: CUDA GPU

Additional context

No response

@mmoadeli mmoadeli added bug Something isn't working cuda CUDA back-end labels Jun 10, 2024
@mmoadeli mmoadeli linked a pull request Jun 10, 2024 that will close this issue
@npmiller
Copy link
Contributor

Related/duplicate of: #9704

ldrumm pushed a commit that referenced this issue Jun 12, 2024
`cuda_dev_kit` is not set properly in
[test-e2e/lit.cfg.py](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/lit.cfg.py)
due to invalid CUDA paths.
Fixing the paths showed errors in
[14115](#14115) and
[14116](#14116) which are XFAILed.
The patch fixes the failure of
[cuda_queue_priority.cpp](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/Plugin/cuda_queue_priority.cpp)
on Windows / CUDA.
ianayl pushed a commit to ianayl/sycl that referenced this issue Jun 13, 2024
`cuda_dev_kit` is not set properly in
[test-e2e/lit.cfg.py](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/lit.cfg.py)
due to invalid CUDA paths.
Fixing the paths showed errors in
[14115](intel#14115) and
[14116](intel#14116) which are XFAILed.
The patch fixes the failure of
[cuda_queue_priority.cpp](https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/Plugin/cuda_queue_priority.cpp)
on Windows / CUDA.
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

Successfully merging a pull request may close this issue.

2 participants