renamed shared to local memory

This commit is contained in:
Blaise Tine 2024-02-29 01:04:52 -08:00
parent 1b9c39283e
commit 26d45ed9db
41 changed files with 177 additions and 406 deletions

View file

@ -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