Searched hist:11714 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_exec_context.cc11714:511b47e9b9bc Mon Nov 21 15:40:00 EST 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: fix segfault when constructing GPUExecContext

the GPUExecContext context currently stores a reference to its parent WF's
GPUISA object, however there are some special instructions that do not have
an associated WF. when these objects are constructed they set their WF pointer
to null, which causes the GPUExecContext to segfault when trying to
dereference
the WF pointer to get at the WF's GPUISA object. here we change the GPUISA
reference in the GPUExecContext class to a pointer so that it may be set to
null.
H A Dgpu_exec_context.hh11714:511b47e9b9bc Mon Nov 21 15:40:00 EST 2016 Tony Gutierrez <anthony.gutierrez@amd.com> gpu-compute: fix segfault when constructing GPUExecContext

the GPUExecContext context currently stores a reference to its parent WF's
GPUISA object, however there are some special instructions that do not have
an associated WF. when these objects are constructed they set their WF pointer
to null, which causes the GPUExecContext to segfault when trying to
dereference
the WF pointer to get at the WF's GPUISA object. here we change the GPUISA
reference in the GPUExecContext class to a pointer so that it may be set to
null.
/gem5/src/systemc/core/
H A Dsc_module.cc12958:a8188f40f342 Mon Jul 16 19:25:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Implement next_trigger and wait.

These set up dynamic sensitivity.

Change-Id: I6cf2c2e4f93fe001eb7df8377753d51846b57d32
Reviewed-on: https://gem5-review.googlesource.com/11714
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 20 milliseconds