mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
renamed shared to local memory
This commit is contained in:
parent
1b9c39283e
commit
26d45ed9db
41 changed files with 177 additions and 406 deletions
|
@ -52,7 +52,7 @@ typedef void* vx_device_h;
|
|||
#define VX_ISA_EXT_DCACHE (1ull << 33)
|
||||
#define VX_ISA_EXT_L2CACHE (1ull << 34)
|
||||
#define VX_ISA_EXT_L3CACHE (1ull << 35)
|
||||
#define VX_ISA_EXT_SMEM (1ull << 36)
|
||||
#define VX_ISA_EXT_LMEM (1ull << 36)
|
||||
|
||||
// device memory types
|
||||
#define VX_MEM_TYPE_GLOBAL 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue