Home
last modified time | relevance | path

Searched defs:DependencyRegion (Results 1 – 2 of 2) sorted by relevance

/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_auto_swsb.hpp103 struct DependencyRegion { struct
104 uint8_t base, size;
105 uint8_t unspecified : 1;
106 uint8_t checkWAW : 1;
107 HW hw;
108 std::array<uint32_t, 32> masks;
110 DependencyRegion() : DependencyRegion(HW::Unknown) {} in DependencyRegion() function
111 …explicit DependencyRegion(HW hw_) : base(0), size(0), unspecified{true}, checkWAW{false}, hw{hw_} { in DependencyRegion() function
120 bool empty() const { in empty()
322 DependencyRegion::DependencyRegion(HW hw_, GRFRange r) in DependencyRegion() function in ngen::autoswsb::DependencyRegion
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_auto_swsb.hpp92 struct DependencyRegion { struct
93 uint8_t base, size;
94 bool unspecified;
95 HW hw;
96 std::array<uint32_t, 8> masks;
98 DependencyRegion() : DependencyRegion(HW::Unknown) {} in DependencyRegion() function
99 explicit DependencyRegion(HW hw_) : base(0), size(0), unspecified{true}, hw{hw_} { in DependencyRegion() function
108 bool empty() const { in empty()
115 void clear() { *this = DependencyRegion(hw); unspecified = false; } in clear()
272 DependencyRegion::DependencyRegion(HW hw_, GRFRange r) in DependencyRegion() function in ngen::autoswsb::DependencyRegion
[all …]