Skip to content

[SYCL][CUDA] Fix adapter cupti linking #17224

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
Feb 28, 2025
Merged

Conversation

npmiller
Copy link
Contributor

cupti shouldn't be linked against the adapter, when it is the adapter is unusable if the library is not available, instead of just the tracing being affected.

The code is already setup to dynamically load cupti so this can just be removed.

`cupti` shouldn't be linked against the adapter, when it is the adapter
is unusable if the library is not available, instead of just the tracing
being affected.

The code is already setup to dynamically load `cupti` so this can just
be removed.
@npmiller
Copy link
Contributor Author

@intel/llvm-gatekeepers this is ready to merge

@sommerlukas sommerlukas merged commit feed8b1 into intel:sycl Feb 28, 2025
30 of 31 checks passed
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.

3 participants