-
### Description of Issue
Run testUsdImagingGLBasicDrawing with hgiVulkan failed on Linux
### Steps to Reproduce
1. Build usd with PXR_ENABLE_VULKAN_SUPPORT=ON on the linux.
2. Add codes to d…
-
Hi,
As the algorithms we put into Compute Shaders get more and more complex there's an ever increasing number of shaders that have a property of being inherently producer-consumer. That may be one wa…
-
The feature gate for the issue is `#![feature(asm_experimental_arch)]`.
### Summary
This feature tracks `asm!` and `global_asm!` support for the following architectures:
- Arm64ec: https://github.co…
-
Would you like to give me any information how to convert from MLIR to SPIR-V?
I tried to use mlir-translate with serialize-spirv option, but I couldn't realize how to use this option.
-
**Description**
When unrolling a loop, if I pass a value to it to specify the max number of iterations the loop should execute (as specified [here](https://learn.microsoft.com/en-us/windows/win32/dir…
-
I may be on a slightly old and internally modified version of the spir-v reader, but I think nothing has changed in the area I'm looking at here.
The attached spir-v gets one element of a variable …
-
I'm writing a physics compute shader with `rust-gpu`. Recently I tried adding Workgroup support, but I ran into this issue with `naga` validation:
```
Type [34] '' is invalid:
Expected da…
-
Is there a (relatively low) size limit for the built SPIR-V modules? I'm getting CL_OUT_OF_RESOURCES when trying to build (via the CHIP-SPV runtime) a unit test in rocPRIM which has a bunch of test ke…
-
Odd bug I just hit.
I had some HLSL code that was recently ported over, which had something like this:
```
float3x4 mat = buffer[0];
if (any(isnan(mat)) return; // skip this one
// logic ope…
-
Hi,
new ISPC 1.14 supports now Intel GPUs..
see:
https://ispc.github.io/ispc_for_gen.html
(ispc foo.ispc --target=genx-x8 -o foo.spv)
It generates SPIR-V files using new Intel SPIR-V extensions w…