You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when people filed bug reports, it's hard to know what is going on on the host side, how they are building the GPU code, if they are translating through naga, if vulkansdk is installed, what device they are targeting, the SPIR-V that is generated, etc.
We should have a simple way for users to dump all the data we need to debug which can be attached to a bug report or a gist. It can later be exposed in cargo-gpu
I'm not sure if rustc has something like this or we will have to create our own.
The text was updated successfully, but these errors were encountered:
Right now when people filed bug reports, it's hard to know what is going on on the host side, how they are building the GPU code, if they are translating through naga, if vulkansdk is installed, what device they are targeting, the SPIR-V that is generated, etc.
We should have a simple way for users to dump all the data we need to debug which can be attached to a bug report or a gist. It can later be exposed in
cargo-gpu
I'm not sure if
rustc
has something like this or we will have to create our own.The text was updated successfully, but these errors were encountered: