JuliaGPU / JuliaGPU/OpenCL.jl

Support static shared memory

Open
#389 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.