Open
Description
kp.Manager().get_device_properties()
theoretically has access to maxComputeSharedMemorySize
through VkPhysicalDeviceLimits
, but it's not given in Python.
I need to get maxComputeSharedMemorySize
to make sure the spec_consts I'm sending don't end up initializing a shared array that's larger than the GPU can handle. Right now I have to get that variable with another vulkan library.
(Might make a pull request for this. Recording it now as a feature request so it's not lost.)
Metadata
Metadata
Assignees
Labels
No labels