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][E2E] Fix CUDA include and lib paths. #14118

Merged
merged 11 commits into from
Jun 12, 2024
Merged

Conversation

mmoadeli
Copy link
Contributor

@mmoadeli mmoadeli commented Jun 10, 2024

cuda_dev_kit is not set properly in test-e2e/lit.cfg.py due to invalid CUDA paths.
Fixing the paths showed errors in 14115 and 14116 which are XFAILed.
The patch fixes the failure of cuda_queue_priority.cpp on Windows / CUDA.

@mmoadeli mmoadeli added the cuda CUDA back-end label Jun 10, 2024
@mmoadeli mmoadeli requested review from a team as code owners June 10, 2024 15:11
@aelovikov-intel
Copy link
Contributor

Fixing the paths showed errors in 14115 and 14116 which are XFAILed.

Please add links to the corresponding issue as inline comments next to XFAILs.

@mmoadeli
Copy link
Contributor Author

Fixing the paths showed errors in 14115 and 14116 which are XFAILed.

Please add links to the corresponding issue as inline comments next to XFAILs.

Thanks, done.

@mmoadeli mmoadeli changed the title [SYCL][TEST-E2E] Fix CUDA include and lib paths. [SYCL][E2E] Fix CUDA include and lib paths. Jun 11, 2024
@ldrumm ldrumm merged commit a497788 into intel:sycl Jun 12, 2024
14 checks passed
@mmoadeli mmoadeli deleted the fix-cuda-paths branch June 12, 2024 09:12
ianayl pushed a commit to ianayl/sycl that referenced this pull request 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
cuda CUDA back-end
Projects
None yet
4 participants