Jakub Okoński
Jakub Okoński
Similarly to how num-traits and bytemuck are integrated, it would be cool to see the integration with the simba crate. It would allow f16 and bf16 to be used in...
**Describe the bug** `@function.outer` works when the function is defined in the first column, but breaks when indented. **To Reproduce** Steps to reproduce the behavior: 1. ``` impl Test {...
This slang code currently miscompiles: ``` [shader("vertex")] float4 main(float3 position, float4x4 mvp) : SV_Position { return mul(mvp, float4(position, 1.0))); } ``` It compiles to something like this GLSL code: ```glsl...
Fixes #33 Does not have acceleration for trigonometric functions due to https://github.com/rust-lang/portable-simd/issues/6 Follows the `packed_simd` implementation closely, but masks are called `maskx` not `mx` Has a few more things than...
I'm using inline snapshots and `INSTA_UPDATE=no`. My tests otherwise work with Miri, they're only failing because of assert_snapshot! The root cause seems to be trying to parse the Cargo manifest...
I tried to use a `HashMap::par_iter()` and was surprised to see that it does not execute in parallel. Is this something that can be fixed, or documented somewhere? As it...
**Describe the bug** When using `interface: 0.0.0.0`, replies to queries from clients sometimes originate from a different address than the client used to connect. This breaks the response flow and...
Initially reported for RADV at https://gitlab.freedesktop.org/mesa/mesa/-/issues/9720, includes traces captured from AMDVLK & RADV showing the difference But the difference in behavior is just due to RADV using DMA ops some...
This is a minor gripe, but horizontal scroll is currently limited to the top half of Wavefront occupancy. It can't be used in the bottom half of Wavefront occupancy (where...
Hi, I have this problem that's unique to Windows 10 x64, where after enabling profiling in Developer Panel, my app cannot start up and fails with VK_ERROR_OUT_OF_HOST_MEMORY. Without profiling, everything...