Skip to content

maxComputeSharedMemorySize isn't available in python #360

Open
@SimLeek

Description

@SimLeek

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions