-
a `@inline` attribute would cause the function body to be copy-pasted in place of the function call.
**Why would we want this**? In my current understanding of driver's shader compilation, **we don…
-
Currently the slang project builds LLVM binaries, that are used to build `slang-llvm`, which is the preferred mechanism for JIT CPU code.
We build LLVM for the follow targets
* Linux x64
* MacO…
-
comfyui console message can see the attachfile:
[comfy3d_log.txt](https://github.com/user-attachments/files/17848690/comfy3d_log.txt)
-
Consider the following trivial (and buggy) code:
```
module test1 (input logic a, b, output logic y);
always_comb begin
if (a)
y = b;
end
endmodule
```
`read_slang` does not give an…
-
In this thread we will point out slang shaders that currently don't render and/or work as expected.
-
## Background
With Source Typed, it is now possible to teach strong typing at an introductory level. Naturally, it extends to modules, something that students interact with a lot in Source Academy.…
-
-
Currently when slang-test runs, the Vulkan Validation Layer is not used.
It can be manually enabled but it will be better to enable by default.
Also when the Vulkan Validation Layer is enabled and…
-
Hello, I will get the stack trace printed below if I try running any HH task with your plugin imported in HH config `import "@openzeppelin/hardhat-upgrades"`.
We ruled any HH fault with @alcuadrad…
-
**Is your feature request related to a problem? Please describe.**
As of today (except if I missed an API function), there is no way to easily get the BufferID of an already read file.
An applicat…