Support static shared memory
Open
- Dominant language
- Julia
- Stars
- 312
- Forks
- 50
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 11
Description
Our current support is essentially dynamic shared memory.
IIUC it should be possible to define it entirely in the module, like such:
```
__local float localBuffer[1024];
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.