MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / _min

Function _min

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

Source from the content-addressed store, hash-verified

80
81template <class DType>
82HOST_DEVICE constexpr DType _min(DType a, DType b) {
83 return a < b ? a : b;
84}
85
86// Computes the result of bitwise right-shift
87template <class T>

Callers 1

SwizzleClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected