mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
hbm for vortex 2.2
This commit is contained in:
parent
c94c3651ec
commit
de81baaabf
16 changed files with 180 additions and 78 deletions
|
@ -34,6 +34,7 @@ typedef void* vx_buffer_h;
|
|||
#define VX_CAPS_GLOBAL_MEM_SIZE 0x5
|
||||
#define VX_CAPS_LOCAL_MEM_SIZE 0x6
|
||||
#define VX_CAPS_ISA_FLAGS 0x7
|
||||
#define VX_CAPS_L3CACHE_NUM_BANKS 0x8
|
||||
|
||||
// device isa flags
|
||||
#define VX_ISA_STD_A (1ull << ISA_STD_A)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue