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_PATH when only default installation exists. #14514

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

mmoadeli
Copy link
Contributor

@mmoadeli mmoadeli commented Jul 10, 2024

The existing script searches for the latest CUDA installation, excluding the default installation. This patch ensures the script can recognize and utilize the installation located at /usr/local/cuda when it is the only one available.

Copy link
Contributor

@aelovikov-intel aelovikov-intel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I don't want to formally "approve" until CUDA folks review.

Copy link
Contributor

@npmiller npmiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmoadeli
Copy link
Contributor Author

mmoadeli commented Jul 15, 2024

@ldrumm a friendly merge request please.

@ldrumm ldrumm merged commit 769fc81 into intel:sycl Jul 25, 2024
15 checks passed
@mmoadeli mmoadeli deleted the fix-cuda-path branch July 25, 2024 11:02
hdelan pushed a commit to hdelan/llvm that referenced this pull request Jul 26, 2024
…ntel#14514)

The existing script searches for the latest CUDA installation, excluding
the default installation. This patch ensures the script can recognize
and utilize the installation located at `/usr/local/cuda` when it is the
only one available.
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