Is this a duplicate?
Area
cuda.core
Is your feature request related to a problem? Please describe.
xref: #907 (comment)
Copy-pasting for easy reference:
When we do it, we should:
- apply the suggestion you have above for NVVM
- apply the same approach to nvJitLink:
|
def _decide_nvjitlink_or_driver() -> bool: |
- ensure cuda-pathfinder is a dependency of cuda-core (today we get it indirectly through cuda-bindings)
Describe the solution you'd like
Based on POC code posted here: #907 (comment)
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
cuda.core
Is your feature request related to a problem? Please describe.
xref: #907 (comment)
Copy-pasting for easy reference:
When we do it, we should:
cuda-python/cuda_core/cuda/core/experimental/_linker.py
Line 32 in 7a24bd8
Describe the solution you'd like
Based on POC code posted here: #907 (comment)
Describe alternatives you've considered
No response
Additional context
No response