-
From https://github.com/compiler-explorer/compiler-explorer/pull/7056
I wanted to add the logic to pull down and build [SPIRV-Cross](https://github.com/KhronosGroup/SPIRV-Cross) and [SPIRV-Reflect]…
-
SDL_shadercross's documentation says that:
> For SPIRV translation, this library depends on SPIRV-Cross: https://github.com/KhronosGroup/SPIRV-Cross
> spirv-cross-c-shared.dll (or your platform's …
-
[KhronosGroup/SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools) provides some helper utilities for SPIR-V, the majority of which only work on the binary form, but ``spirv-cfg`` generates a con…
-
The SPIR-V dialect has scripts to define SPIR-V ops/enums/attributes based on the SPIR-V spec in the json format: https://github.com/llvm/llvm-project/tree/main/mlir/utils/spirv .
The json schema w…
kuhar updated
1 month ago
-
Internal bug: b/379793706
Internally, spirv-cross was recently updated with some breaking changes. Enum variants were introduced to `spirv_cross::SPIRType`. Specifically the following:
- https:/…
-
The readme in `spirv-std` states:
```
Optionally, through the use of the "glam" feature, it includes some boilerplate trait implementations to make glam vector types compatible with these APIs.
```…
-
See title. I'm not sure what to do about these warnings, but it'd be wonderful if we could address them.
```
[F:\Source\NcEngine\build\sample\Sample.vcxproj]
[build] LINK : warning C4743: 'const…
-
### Expected Behaviour
`cargo build` should finish without error.
### Example & Steps To Reproduce
Run `cargo build` after a clean clone of the repo.
## System Info
- Rust: rustc 1.7…
-
### Describe the bug
I'm unable to compile a SYCL migrated code on NVIDIA CUDA backend (H100) getting climits not found error
tried fixing it manually by including the path of `climits` throws ano…
-
The current implementation relies on adding the dependency chain of the **invariant** variable (i.e, position) to the **forced_temporary** group. This already splits a lot of operations reducing the c…