summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2017-10-11 20:03:23 -0400
committerMahmoud <[email protected]>2017-10-11 20:03:23 -0400
commit57b0578fcf9f38fdf6ef2828f2ff71e30c7d7098 (patch)
tree657530ffeec0c428d212770486a3c97216ee1057 /src/gpgpu-sim/shader.h
parent5b9e91d9b2b5d017a196eb4e02cc7215ec48f692 (diff)
Sector Cache - first commit
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 544d8d8..c93e0ee 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1087,6 +1087,7 @@ public:
switch(inst.op) {
case SFU_OP: break;
case ALU_SFU_OP: break;
+ case DP_OP: break; //for compute <= 29 (i..e Fermi and GT200)
default: return false;
}
return pipelined_simd_unit::can_issue(inst);