MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / end

Method end

tools/profiler/src/problem_space.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149std::unique_ptr<KernelArgument::ValueIterator> ScalarArgument::end() const {
150 ScalarValueIterator *it = new ScalarValueIterator(this);
151 it->value_it = this->values.end();
152 it->null_argument = false;
153 return std::unique_ptr<ValueIterator>(it);
154}
155
156//////////////////////////////////////////////////////////////////////////////////////////////////
157

Callers 6

sort_flops_per_byteMethod · 0.45
sort_flops_per_secMethod · 0.45
IntegerValueIteratorMethod · 0.45
operator++Method · 0.45
operator==Method · 0.45
move_to_endMethod · 0.45

Calls 1

move_to_endMethod · 0.80

Tested by

no test coverage detected