MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / AddReductionPass

Method AddReductionPass

source/reduce/reducer.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Reducer::AddReductionPass(
144 std::unique_ptr<ReductionOpportunityFinder> finder) {
145 passes_.push_back(
146 spvtools::MakeUnique<ReductionPass>(target_env_, std::move(finder)));
147}
148
149void Reducer::AddCleanupReductionPass(
150 std::unique_ptr<ReductionOpportunityFinder> finder) {

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64