diff options
| author | Jin Wang <[email protected]> | 2014-09-26 12:41:58 -0400 |
|---|---|---|
| committer | Jin Wang <[email protected]> | 2016-07-05 08:45:52 -0400 |
| commit | e6d1487acd58c7db0fc260447ac256a4f71f6916 (patch) | |
| tree | 7429087a344787d6cc0e65a068d7a349c6f6e268 /src/cuda-sim/ptx.l | |
| parent | fabf1747e3f798c76ddc9c5fae26a8d4d3cdedec (diff) | |
ADD: support ptxinfo for sm_35 and cuda 6.5
Diffstat (limited to 'src/cuda-sim/ptx.l')
| -rw-r--r-- | src/cuda-sim/ptx.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx.l b/src/cuda-sim/ptx.l index dfed936..58bdf3d 100644 --- a/src/cuda-sim/ptx.l +++ b/src/cuda-sim/ptx.l @@ -180,6 +180,7 @@ breakaddr TC; ptx_lval.int_value = BREAKADDR_OP; return OPCODE; \.union TC; return UNION_DIRECTIVE; /* not in PTX 2.1 */ \.version TC; return VERSION_DIRECTIVE; \.visible TC; return VISIBLE_DIRECTIVE; +\.weak TC; return WEAK_DIRECTIVE; \.address_size TC; return ADDRESS_SIZE_DIRECTIVE; \.constptr TC; return CONSTPTR_DIRECTIVE; /* Ptx plus directive for pointer to constant memory */ |
