Fixes #64529
https://github.com/llvm/llvm-project/issues/64529
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is a low tech solution to fix the problem fast in github.
If this runtime is going to be used, we perhaps need something more complex, we might add stub functions, or we check driver version using API. If we get to that point, we'll think of something more appropriate.
Comment Actions
Nit:
- Commit title may be more descriptive as "Guard Cuda 12.0+ newer driver APIs behind CUDA_VERSION macro checks"
- your commit message should probably say Fixes #64529 instead of "Address" so that it auto-close the issue.
- We're using GitHub Pull-requests now :)