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

Method ScalarValueIterator

tools/profiler/src/problem_space.cpp:101–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101ScalarArgument::ScalarValueIterator::ScalarValueIterator(
102 ScalarArgument const *argument_
103):
104 KernelArgument::ValueIterator(argument_) {
105
106 if (argument_) {
107 value_it = argument_->values.begin();
108 }
109}
110
111void ScalarArgument::ScalarValueIterator::operator++() {
112 if (this->null_argument) {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected