Replies: 1 comment 2 replies
-
Trying to be helpful, although I'm new here: That suggests:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I malloc a buffer by using
cudart.cudaMalloc
, it will return a dev_ptr.And I want to print it in my python program, so I want to construct a Torch tensor with this dev_ptr, is this achieveable?...
Beta Was this translation helpful? Give feedback.
All reactions