MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / NoParam

Class NoParam

gpu.hpp:1166–1166  ·  view source on GitHub ↗

* @brief NoParam is a no-op type used to indicate that a kernel does not have * any parameters. */

Source from the content-addressed store, hash-verified

1164 * any parameters.
1165 */
1166struct NoParam {};
1167template <typename T> constexpr bool IsNoParam = std::is_same_v<T, NoParam>;
1168
1169/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected