diff options
| author | Ahmed ElTantawy <[email protected]> | 2015-03-04 12:02:52 -0800 |
|---|---|---|
| committer | Ahmed ElTantawy <[email protected]> | 2015-03-04 12:02:52 -0800 |
| commit | 18e0b0614611edcb19ee0a3b315c7b45e50b5595 (patch) | |
| tree | 0afded3735b698e71fe37f39a43dc750083d32bc /src/cuda-sim/ptxinfo.l | |
| parent | 7cd0edfe0cb654280c30afef89a563867d9e67ed (diff) | |
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
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; |
