Is this a duplicate?
Area
cuda.core
Is your feature request related to a problem? Please describe.
I would like to be able to access async engine count using device property.
Describe the solution you'd like
Equivalent of:
err, async_engine_count = cudart.cudaDeviceGetAttribute(
cudart.cudaDeviceAttr.cudaDevAttrAsyncEngineCount, dev_id
)
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
cuda.core
Is your feature request related to a problem? Please describe.
I would like to be able to access async engine count using device property.
Describe the solution you'd like
Equivalent of:
err, async_engine_count = cudart.cudaDeviceGetAttribute(
cudart.cudaDeviceAttr.cudaDevAttrAsyncEngineCount, dev_id
)
Describe alternatives you've considered
No response
Additional context
No response