summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.def
diff options
context:
space:
mode:
authorsspenst <[email protected]>2016-07-08 14:51:44 -0700
committersspenst <[email protected]>2016-07-08 14:51:44 -0700
commit6c1fb702e17b00fd7de72ac7dd4a31584d5978b9 (patch)
treed9ec9e297afabe0878c19a520f01e4ca123a75f1 /src/cuda-sim/opcodes.def
parent877cbd077ffaf112b68973fdb7db8f10505303ee (diff)
Made gridDim and blockDim global variables so that they can be accessed from sst_impl
Diffstat (limited to 'src/cuda-sim/opcodes.def')
-rw-r--r--src/cuda-sim/opcodes.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/opcodes.def b/src/cuda-sim/opcodes.def
index 0c0eda9..1af04ea 100644
--- a/src/cuda-sim/opcodes.def
+++ b/src/cuda-sim/opcodes.def
@@ -103,7 +103,7 @@ OP_DEF(SHR_OP,shr_impl,"shr",1,1)
OP_DEF(SIN_OP,sin_impl,"sin",1,4)
OP_DEF(SLCT_OP,slct_impl,"slct",1,1)
OP_DEF(SQRT_OP,sqrt_impl,"sqrt",1,4)
-OP_DEF(SST_OP,sst_impl,"sst",1,1)
+OP_DEF(SST_OP,sst_impl,"sst",1,5)
OP_DEF(SSY_OP,ssy_impl,"ssy",0,3)
OP_DEF(ST_OP,st_impl,"st",0,5)
OP_DEF(SUB_OP,sub_impl,"sub",1,1)