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]; ```