-
> I found it odd that we need to add a 'Targets' folder in Basic when no other Target seems to require this.
Other targets have this value pulled from the backend via the `TargetTransformInfo` (whi…
-
**Description**
Compiling a geometry shader with multiple texcoord attributes and -pack-optimized after dxc 1.7.2207 all the way up to trunk generates overlapping locations.
The behaviour seems to…
-
The translator currently supports its own textual format for SPIR-V assembly. This format is incompatible with the official format handled by the SPIRV-Tools. It is furthermore poorly tested, probably…
kpet updated
8 months ago
-
I'd like to start adding some basic validation checks that are missing for Kernel SPIR-V and I am looking for guidance how best to do this. If it is helpful to provide a specific example, I would like…
-
It would be useful to have some place where we can store the bigger sets of shaders (SPIR-V, WGSL, GLSL, whatever). We'd then have a Github Action to fetch them and parse/validate. Since this would be…
kvark updated
5 months ago
-
It's not clear to me what the error actually is here.
I get similar errors with other source code in this repo.
Most simpler programs from the circle repo work.
Some do not: https://github.com/sean…
-
WGSL doesn't currently support `mat / scalar` though it does support `mat * scalar`. Apparently this is because MSL and SPIR-V don't support it. GLSL, HLSL do. Is it trivial to transform the expressio…
-
**Description**
Got message with request for new bug report during development for SPIR-V using HLSL 2021 features. Reduced reproduction to a small snippet with partial template specialization.
**…
-
While testing #12503 I had to disable the linalg detensorize pass. When I did I noticed some unique compilation failures in tint that were exposed. We're not going to disable the pass for real but thi…
-
**Problem description**
A following slang-test case prints Vulkan validation layer error.
- tests/glsl-intrinsic/intrinsic-texture.slang
The following error messages are observed when reproduced:…