diff options
| author | J <[email protected]> | 2018-08-08 09:53:11 -0700 |
|---|---|---|
| committer | J <[email protected]> | 2018-08-08 09:53:11 -0700 |
| commit | 3326dfc7a3a574b6d9841b8c45e900bf262dc8cd (patch) | |
| tree | 98f10f2ceb610be84155e01cd79683126138650b /src/gpgpu-sim/shader.h | |
| parent | bd57c117c1b109176083b3824b4775ba208eec23 (diff) | |
| parent | 95121fefda110e5984e36ae630186d0c73887202 (diff) | |
Merge remote-tracking branch 'upstream/dev' into dev
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() { |
