diff options
| author | Wilson Fung <[email protected]> | 2012-09-06 02:31:24 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:54 -0700 |
| commit | 3072e5b58e2e18f2691ab1b4afda505f5ccaf56c (patch) | |
| tree | 72a9c2e9d3677fe36675178394147ef34ce58628 /src/cuda-sim/ptx.l | |
| parent | db8175181856355bd6d376b77733f85f06f852d6 (diff) | |
Added implementation of vote.ballot (passing directed test). Added popc (not tested). Reducing number of iterations for radixSortThrust for regression.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13993]
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 1f4d88c..04100c8 100644 --- a/src/cuda-sim/ptx.l +++ b/src/cuda-sim/ptx.l @@ -297,6 +297,7 @@ breakaddr TC; ptx_lval.int_value = BREAKADDR_OP; return OPCODE; \.any TC; return ANY_OPTION; \.all TC; return ALL_OPTION; +\.ballot TC; return BALLOT_OPTION; \.gl TC; return GLOBAL_OPTION; \.cta TC; return CTA_OPTION; \.sys TC; return SYS_OPTION; |
