-
### What happened?
I'm following the [examples in sharktank](https://github.com/nod-ai/sharktank/tree/main/sharktank#examples) to export the f16 GGUF file from https://huggingface.co/SlyEcho/open_l…
-
We need to have all the bit ops defined in the SPIR-V dialect. See the spec ["3.32.14. Bit Instructions"](https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#_a_id_bit_a_bit_instructions…
-
We need to support common cast ops. See the spec ["3.32.11. Conversion Instructions"](https://www.khronos.org/registry/spir-v/specs/unified1/SPIRV.html#_a_id_conversion_a_conversion_instructions) for …
-
A test case with a volatile loop iteration variable asserts as in the title. Without the volatile it passes.
```
LD_LIBRARY_PATH=/home/pjaaskel/src/chipStar/llvm-project/llvm/build_18/lib:$LD_LIBR…
-
MSL doesn't natively have any functions for computing matrix inversions. `spirv-cross` handles this by adding functions that compute the inverse and calling those: https://github.com/KhronosGroup/SPIR…
-
**Describe the bug**
The meson.build produced from the cmake module is missing a number of the include directories specified in the original cmake build scripts. They (`subprojects/SPIRV-Headers/in…
-
**Describe the bug**
reproducer test_include.cpp
```
#include
int main()
{ }
```
My intention is to call SYCL runtime library.
For this minimal SYCL code, I expect the needed include path i…
-
https://docs.vulkan.org/guide/latest/high_level_shader_language_comparison.html
https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/DrawIndex.html
The `DrawIndex` decorator is impo…
-
so many versions and repos, and out of date readmes :-) . I'm currently following https://github.com/KhronosGroup/SPIR/issues/44 , but shouldnt we be using branch `spirv-1.2` instead of `spirv-1.1` no…
-
We added mlir-vulkan-runner in way early days of MLIR. Recently various MLIR client API runners (e.g., mlir-cuda-runner) were removed in favor of performing translation using `mlir-opt` and then lever…