Is this a duplicate?
Type of Bug
Runtime Error
Component
cuda.core
Describe the bug
Tab completion is not prompting anything for the MR's method:
git bisect tells me the offending commit is 8b55a6c
How to Reproduce
- build cuda-core locally
- run this script via
python -I test_mr.py to enter the Python REPL:
from cuda.core import Device
from cuda.core import DeviceMemoryResource
dev = Device(0)
dev.set_current()
mr = DeviceMemoryResource(dev)
- hit tab completion for
mr.
Expected behavior
it should just work
Operating System
No response
nvidia-smi output
No response
Is this a duplicate?
Type of Bug
Runtime Error
Component
cuda.core
Describe the bug
Tab completion is not prompting anything for the MR's method:
git bisect tells me the offending commit is 8b55a6c
How to Reproduce
python -I test_mr.pyto enter the Python REPL:mr.Expected behavior
it should just work
Operating System
No response
nvidia-smi output
No response