-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Labels
bugSomething isn't working right.Something isn't working right.
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this bug and that I agree to the Code of Conduct
Type of Bug
Something else
Component
libcu++
Describe the bug
cuda::get_device_address
uses cudaGetSymbolAddress
to retrieve the device address of an object. The problem is that it works with the current device, which is something we don't want in cccl-rt
How to Reproduce
Expected behavior
The function should take a device_ref
parameter.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't working right.Something isn't working right.
Type
Projects
Status
In Review