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

Method construct_

tools/profiler/src/problem_space.cpp:409–411  ·  view source on GitHub ↗

Helper for recursively constructing iterators

Source from the content-addressed store, hash-verified

407
408/// Helper for recursively constructing iterators
409void ProblemSpace::Iterator::construct_(KernelArgument const *argument) {
410 iterators.emplace_back(argument->begin());
411}
412
413/// Given a set of ranges, iterate over the points within their Cartesian product. No big deal.
414void ProblemSpace::Iterator::operator++() {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected