-
dpcpp is generating modules with its own caps. spirv-dis reacts like this:
```
OpCapability Addresses
OpCapability Linkage
OpCapability Kernel
…
-
Hi guys!
The project looks awesome but dead too... are you still working on it or it is just on "pause" ?
-
Feature request for workgroup/shared memory pointers.
Ideally we could get pointers to workgroup/shared memory like in cuda/opencl.
```
void foo(float * ptr){
...
}
...
shared float …
-
(not just this shader, my large shaders (200+Kb of SPV) result some very broken in SPIRV-VM)
this shader as an example
(spv file used in SPIRV-VM in attachment)
expected result and shader source …
-
This is an issue similar to #2816
When we compile the following HLSL code using `dxc -Tps_6_0 -Emain -spirv`:
```
cbuffer cbuf
{
float VtxHeightmap;
};
Texture2D Img;
sampler SamplerDe…
-
**Is your feature request related to a problem? Please describe.**
With compute shaders, atomics have become a big part of shaders and the lack of float support can be quite annoying sometimes. I und…
-
I'm talking about your original code. Output:
```
Mean 1d
Accessing device #1:AMD Radeon R9 Fury Series (radeonsi, fiji, LLVM 17.0.6, DRM 3.54, 6.6.12-calculate) on rusticl
torch.Size([1, 3, 4])…
-
I am not sure if the issue is with spirv cross or shaderc but I am leaning towards spirv-cross.
I have this HLSL shader:
```
[[vk::combinedImageSampler]][[vk::binding(1)]]
Texture2D textures[3…
-
Hello, thanks for maintaining this software! It has worked flawlessly for me until I ran into the following issue while implementing a cross-platform stream compaction algorithm with the extension GL_…
-
### Expected Behaviour
`cargo clippy` works without a crash in [this](https://github.com/hatoo/zenn-content/tree/a1a2a28885b970f4ec5934bed96944ea50eadec5/rasterization-example) project.
It…