-
~~The assemble grammar can be used to retrieve valuable spec information, like the extensions required for a given capability.
Most of the code to support it seems present, but it seems like we have …
-
### What happened?
I have an mlir input that I compile using `iree-compile` and run via rocm using `iree-run-module` where the number of inputs messes with the output of the program even if it is unu…
-
The following shader `pathtrace.rchit.glsl`
```glsl
#extension GL_EXT_scalar_block_layout : require
layout(scalar, set=DSRender, binding=BindingRdSeqBuffer) uniform UBO {
uint rd_seq[1056];
}…
-
### Expected Behaviour
Successful compilation
### Example & Steps To Reproduce
```rust
#![no_std]
#[track_caller]
fn panic() {
panic!("owo")
}
#[spirv_std::spirv(fragment)…
-
Does this allow to have opencl code in the same file as the c++ code and compile it directly into the cpu side bin?
-
According to the SPIR-V specification, the `Alignment` decoration is used to assert that a pointer has a "known minimum alignment". It is unclear to me what exactly this entails: Judging from the word…
-
**Is your feature request related to a problem? Please describe.**
Yes. I am using wgpu to make a native application that would greatly benefit from use of the [optional conservative depth feature of…
-
It works for `enum` but ignored for `enum class`.
Here is an example:
```cpp
enum [[cl::packed]] enum1
{
e11 = 0,
e12 = 100
};
enum [[cl::packed]] enum2
{
e21 = 0,
e22 =…
-
https://github.com/KhronosGroup/SPIRV-Registry/blob/13711980b72448151d35980cc218c65c09784bec/extensions/EXT/SPV_EXT_demote_to_helper_invocation.asciidoc?plain=1#L48
Also their is a little bit of co…
-
This issue is mostly notes.
Some IRC logs: https://botbot.me/mozilla/rustc/2017-01-11/?msg=79199876&page=1
Summary:
- The GPU code would be written in Rust and embedded inside the regular CPU…