diff options
| author | Mahmoud <[email protected]> | 2017-10-12 17:57:23 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2017-10-12 17:57:23 -0400 |
| commit | 6e60441e5724f3d9dd974c17ca67e7bf3e1f990b (patch) | |
| tree | d19e2f96c58a047df7e8941938da0a3cb33ab77b /src/gpgpu-sim/shader.h | |
| parent | 5661fa57d14356528a380134b3552876fcd72566 (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.h | 1 |
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); |
