MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / operator()

Method operator()

include/common.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 using value_type = decltype(v);
98 HOST_DEVICE constexpr operator value_type() const noexcept { return value; }
99 HOST_DEVICE constexpr value_type operator()() const noexcept { return value; }
100};
101
102template <class T, T v>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected