Skip to content

How to release Structured Buffer memory using the Python API? #467

@RX300

Description

@RX300

I am using Falcor's Python API to implement 3d Gaussian Splatting. In my implementation, some buffers need to be recreated every frame.

However, there doesn't seem to be a corresponding Python API function to release the GPU memory associated with these buffers. GPU memory usage grows rapidly frame by frame.

I tried adding a corresponding API in C++ to manually release GPU memory, but it didn't work.

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