-
I have a mmu.sv module for RISC-V implementation:
```Verilog
module mmu #(
parameter integer DEVICE_COUNT = 0
) (
...
output logic [31:2] dev_addr[DEVICE_COUNT]
...
```
that is used in…
-
Hi there,
`groupshared float4x4 mtx;` in mesh.slang does not compile (as below). I am using the The latest slangtorch version in pip. I am not familiar with slang lang, but it seems that groupshared …
-
**Is your feature request related to a problem? Please describe.**
The layout for state diagrams could be better. Sometimes lines cross when there's an obvious solution not to.
For example, this
``…
-
Only print the json for a scope up to this module depth. I'm requesting this because the json files can quickly get way too huge to manage.
Also, should the ast printer maybe be split out into a di…
-
Shader below is hitting this assert in `slang-ir-specialize-function-call.cpp::canSpecializeCall()`:
```
for( auto param : func->getParams() )
{
UInt argIndex = argCoun…
-
So it reacts to words like ***\* or *******\* or ******\* :wink:
-
### mpv Information
```bash
mpv v0.38.0-476-gd2bd77ad Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on Jun 9 2024 00:05:17
libplacebo version: v7.349.0 (v7.349.0-rc1-2-gbc9de9c-dirty)…
-
When a file is saved under Windows to WSL, it has the default CRLF encoding instead of the expacted LF.
Compiling this results in:
```
macro didn't expand to a valid program, it expanded to:
…
-
Hi,
are you planning to implement the backprop in order to have training? Or it is not in your priority list for now?
-
### Elasticsearch Version
8.14
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Any
### Problem Description
Sending in an empty string as input to the `_inference…