summaryrefslogtreecommitdiff
path: root/src/cuda-sim
diff options
context:
space:
mode:
authorAhmed El-Shafiey <[email protected]>2014-08-07 04:39:29 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:51:00 -0700
commit739602e9458a15aedb32b65847760a50109514f0 (patch)
tree879f527c90879cdd374abe49007192229e7fdc14 /src/cuda-sim
parentad5a3cf3480e3fa302382122af21278c881595d6 (diff)
-Forcing make clean to remove all automatically generated files by parsers (should fix regressions).
-remove some printfs that were there for debugging [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 18480]
Diffstat (limited to 'src/cuda-sim')
-rw-r--r--src/cuda-sim/ptx.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx.y b/src/cuda-sim/ptx.y
index e5942f0..770ee1d 100644
--- a/src/cuda-sim/ptx.y
+++ b/src/cuda-sim/ptx.y
@@ -446,6 +446,7 @@ option: type_spec
;
atomic_operation_spec: ATOMIC_AND { add_option(ATOMIC_AND); }
+ | ATOMIC_POPC { add_option(ATOMIC_POPC); }
| ATOMIC_OR { add_option(ATOMIC_OR); }
| ATOMIC_XOR { add_option(ATOMIC_XOR); }
| ATOMIC_CAS { add_option(ATOMIC_CAS); }