Searched refs:depends (Results 1 - 5 of 5) sorted by relevance

/gem5/util/
H A Dcpt_upgrader.py68 # of the upgrader script: "depends" can be either a string naming another
69 # tag that it depends upon or a list of such strings; and "fwd_depends"
71 # arrow(s) -- it expresses that that tag depends upon the tag of the current
100 if not hasattr(self, 'depends'):
101 self.depends = []
102 elif isinstance(self.depends, str):
103 self.depends = [self.depends]
105 if not isinstance(self.depends, list):
106 print "Error: 'depends' fo
[all...]
/gem5/src/gpu-compute/
H A Dqstruct.hh77 uint64_t depends; member in struct:HsaQueueEntry
99 // pointer to this struct can be passed through the depends field in the
H A Ddispatcher.cc190 // The depends field of the qstruct, which was previously unused, is
192 if (curTask.depends) {
194 shader->ReadMem((uint64_t)(curTask.depends), &hs,
329 if (ndRangeMap[kern_id].q.depends) {
330 HostState *host_state = (HostState*)ndRangeMap[kern_id].q.depends;
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.py46 Default depends on traffic_type")
/gem5/configs/example/
H A Dgarnet_synth_traffic.py60 Number of digits after 0 depends upon --precision.")

Completed in 8 milliseconds