Nik Voss
Nik Voss
I am using the StatefulSet without privileged successfully in production. It's not necessary only for initcontainer.
Tried to reproduce on Windows 10 with NV 1080 Ti (driver 527.56), but on my machine using https://github.com/vulkano-rs/vulkano/commit/10d734955633aad8fe816d5cd12e6f3728749539 I do not experience a memory leak running either `image` or `texture_array`....
I might be missing something, but could a simple solution be to issue a `HOST_READ` barrier for buffers that are copied from GPU to CPU, e.g. here: https://github.com/vulkano-rs/vulkano/blob/master/vulkano/src/command_buffer/commands/copy.rs#L2645 Is there...
> There isn't currently a way to distinguish them. But is it actually correct to have such a barrier if the resource _isn't_ going to be accessed by the CPU?...
Tried to reproduce on Windows 10 with NV 1080 Ti (driver 527.56), added push constants as illustrated by https://github.com/lilith645/vulkano/commit/20c7fb0ae766eb51f5723f844d958759eea5d3a7 (using https://github.com/vulkano-rs/vulkano/commit/10d734955633aad8fe816d5cd12e6f3728749539) , but can not observe a memory leak.
Tried to reproduce on Windows 10 with NV 1080 Ti (driver 527.56), but on my machine using https://github.com/vulkano-rs/vulkano/commit/10d734955633aad8fe816d5cd12e6f3728749539 I do not experience a memory leak running `deferred`.
Tried to reproduce on Windows 10 with NV 1080 Ti (driver 527.56), but on my machine using https://github.com/vulkano-rs/vulkano/commit/10d734955633aad8fe816d5cd12e6f3728749539 I do not experience a memory leak running either `interactive_fractal` or `indirect`....
As the stacktrace references `amdvlk64.so` my unfounded suspicion would be that resources are freed too early / in the wrong order.
I am wondering if the following might be an alternative approach to consider: Rather than extending `Material` for a specific rendering technique. Materials are associated with a particular rendering pass...
Thanks @GTrunSec, I ran into the same issue and tried using your branch, e.g. ```nix inputs.jupyenv.url = "github:GTrunSec/jupyterWith/chore"; ``` Unfortunately this results in another error on `nix run`: ```bash trace:...