Axel

Results 8 issues of Axel

I'm looking for a way to specify for example the equivalent of `rust-analyzer.cargo.extraEnv` in VSCode. I tried at some point to add this, but it seems less trivial than I...

I don't know if this is a problem with the extension or where else this is coming from: I can't stop the editor from inserting e.g. `)` when typing `(`....

**Environment:** - OS: Windows 11 - GPU and driver version: NVIDIA 560 - SDK or header version if building from repo: 1.3.290 - Options enabled (synchronization, best practices, etc.): Default...

ShaderVal

I use syn to parse Rust files outside of Rust macros and I noticed really slow performance in fallback::Span. The problem seems like that there is a `SOURCE_MAP` thread local...

https://github.com/GPUOpen-Tools/radeon_memory_visualizer/blob/5c8a29a711a7fa0b368057e2b9776c1e89a13bce/source/parser/rmt_parser.cpp#L1450 This should clearly be `data[RMT_TOKEN_SIZE_RESOURCE_DESTROY]`

For very short traces, `TimelineModel::UpdateMemoryGraph` sets `bucket_step` to 0, "Parameter bucketWidthInCycles must be larger than 0 cycles.");` And then later `CreateHistogramJob` just loops forever here: `for (int32_t current_series_index = 0;...

Mesa now has a Vulkan 1.3 to Metal layer: https://www.lunarg.com/lunarg-at-xdc-2025-kosmickrisp-overview/ I expect this to be much more robust than MoltenVK.

enhancement
MacOS

We are compiling pretty large GLSL compute shaders (~22k lines). Usually glslang takes a little slow but reasonable ~600ms to do this on my Zen5 desktop machine, but when enabling...

bug
SPIR-V