[VENTUS][RISCV][fix] Add CSR_WGID definition

This commit is contained in:
zhoujing 2023-07-21 10:01:38 +08:00
parent 258d76a7c8
commit bdf01afb7d
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#define CSR_NUMW 0x801 // warp numbers in a workgroup
#define CSR_NUMT 0x802 // thread numbers in a warp
#define CSR_KNL 0x803 // Kernel metadata buffer base address
#define CSR_WGID 0x804 // workgroup id in a warp
#define CSR_WID 0x805 // warp id in a workgroup
#define CSR_LDS 0x806 // baseaddr for local memory allocated by workgroup
#define CSR_PDS 0x807 // baseaddr for private memory allocated by workgroup