Replies: 1 comment
|
Hey Sergey, sorry for late reply! As discussed in the past internal design meetings, we still have not decided if we want to expose CUDA contexts to Python. It will depend on the design investigations of e.g. #112 and #241. In particular, |
0 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.
Uh oh!
There was an error while loading. Please reload this page.
Rationale:
Device.create_context();device.set_current()tells nothing about what current is. Insteaddevice.set_context()is self-explanatory.All reactions