Replies: 1 comment 2 replies
-
|
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.
-
I am trying to query MAX_BLOCKS_PER_MULTIPROCESSOR from the pycuda.driver. This is an important attribute that I want to know before assigning blocks and threads. BTW, I am using Pycuda 2021.1
But I did not see this field although the documentation has it. And I checked pycuda backend, it indeed has this field here in
./src/wrapper/wrap_cudadrv.cpp:
, I guess written in boosthow can I query this from pycuda API then?
Beta Was this translation helpful? Give feedback.
All reactions