Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need Memory contract function #116

Open
verfatty opened this issue Jan 3, 2025 · 1 comment
Open

need Memory contract function #116

verfatty opened this issue Jan 3, 2025 · 1 comment

Comments

@verfatty
Copy link

verfatty commented Jan 3, 2025

if run this:
"for (size_t i = 0; i < 2550; ++i) {
glm::vec4
color = cmd_buf.map_scratch_bufferglm::vec4(0, 5);
*color = glm::vec4(0.f, 1.f, 0.f, 1.f);
cmd_buf.bind_vertex_buffer(0, buffer, 0, vuk::Packed{ ... })
.draw(nRPCount, 1, 0, 0);
}"
CPU Memory would rise 800M,and unable to contract

@verfatty
Copy link
Author

verfatty commented Jan 3, 2025

fun _bind_compute_pipeline_state has not release memory

@verfatty verfatty changed the title Memory leak need Memory contract function Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant