diff options
| author | J <[email protected]> | 2018-08-07 17:02:39 -0700 |
|---|---|---|
| committer | J <[email protected]> | 2018-08-07 17:02:39 -0700 |
| commit | 95121fefda110e5984e36ae630186d0c73887202 (patch) | |
| tree | c63661369b9865d9d7cdfd70b75cc31d7ac6d53c /src/gpgpu-sim/shader.h | |
| parent | a9af79ac84b69fa18dd395349b88f0d984f0a505 (diff) | |
fix for deadlock that should serialize bank accesses
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index 6201840..958abc4 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -525,7 +525,7 @@ public: void init( unsigned num_banks, shader_core_ctx *shader ); // modifiers - bool writeback( const warp_inst_t &warp ); // might cause stall + bool writeback( warp_inst_t &warp ); void step() { |
