Commit 822caeb6 authored by jayzlee147's avatar jayzlee147
Browse files

update torch cuda device_type to dlpack kDLROCM=10

parent 0ef85f28
Pipeline #305 failed with stages
in 0 seconds
...@@ -121,7 +121,7 @@ class DGLContext(ctypes.Structure): ...@@ -121,7 +121,7 @@ class DGLContext(ctypes.Structure):
'stackvm': 1, 'stackvm': 1,
'cpu': 1, 'cpu': 1,
'gpu': 2, 'gpu': 2,
'cuda': 2, 'cuda': 10,
'nvptx': 2, 'nvptx': 2,
'cl': 4, 'cl': 4,
'opencl': 4, 'opencl': 4,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment