diff options
| author | Jin Wang <[email protected]> | 2016-07-03 07:10:38 -0400 |
|---|---|---|
| committer | Jin Wang <[email protected]> | 2016-07-06 02:17:19 -0400 |
| commit | b64b0f41e217db350637aff6de0ddb18c8e7ad49 (patch) | |
| tree | f29bdf373c77921c4dd6cddd79c901f0bd5bbd4f /src/cuda-sim/cuda_device_runtime.cc | |
| parent | 06c5a3ddc979a78dd38bf0f74170e4919cd32fab (diff) | |
BUG: extra bracket
Diffstat (limited to 'src/cuda-sim/cuda_device_runtime.cc')
| -rw-r--r-- | src/cuda-sim/cuda_device_runtime.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cuda-sim/cuda_device_runtime.cc b/src/cuda-sim/cuda_device_runtime.cc index 66cd063..12c83d2 100644 --- a/src/cuda-sim/cuda_device_runtime.cc +++ b/src/cuda-sim/cuda_device_runtime.cc @@ -215,9 +215,9 @@ void gpgpusim_cuda_launchDeviceV2(const ptx_instruction * pI, ptx_thread_info * " to stream " << child_stream->get_uid() << ": " << child_stream); } - device_launch_op.stream = child_stream; - } + device_launch_op.stream = child_stream; } + } |
