summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2017-10-12 17:57:23 -0400
committerMahmoud <[email protected]>2017-10-12 17:57:23 -0400
commit6e60441e5724f3d9dd974c17ca67e7bf3e1f990b (patch)
treed19e2f96c58a047df7e8941938da0a3cb33ab77b /src/gpgpu-sim/shader.h
parent5661fa57d14356528a380134b3552876fcd72566 (diff)
remove Tex cache assertion and prevent spunit to execute DP insts
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 c93e0ee..5b41c06 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1123,6 +1123,7 @@ public:
case LOAD_OP: return false;
case STORE_OP: return false;
case MEMORY_BARRIER_OP: return false;
+ case DP_OP: return false;
default: break;
}
return pipelined_simd_unit::can_issue(inst);