diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2017-10-11 19:00:47 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2017-10-11 19:00:47 -0400 |
| commit | e643e2e56344db6264b17d7ffce28f22c8fbabe8 (patch) | |
| tree | 93970404eddc3a703250e8558f94fa6d5cb6c248 /src/gpgpu-sim/shader.h | |
| parent | 472878e74255acf1c44fc1a50d886cc754078b53 (diff) | |
Fixing deadlock because of dp_unit (2)
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 544d8d8..2c54332 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); |
