diff options
Diffstat (limited to 'src/cuda-sim/ptxinfo.l')
| -rw-r--r-- | src/cuda-sim/ptxinfo.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptxinfo.l b/src/cuda-sim/ptxinfo.l index 18bf77d..99ee1fc 100644 --- a/src/cuda-sim/ptxinfo.l +++ b/src/cuda-sim/ptxinfo.l @@ -56,6 +56,7 @@ unsigned ptxinfo_col = 0; "lmem" TC; return LMEM; "smem" TC; return SMEM; "cmem" TC; return CMEM; +"gmem" TC; return GMEM; "line" TC; return LINE; "for" TC; return FOR; |
