Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
template <class DType>
82
HOST_DEVICE constexpr DType _min(DType a, DType b) {
83
return a < b ? a : b;
84
}
85
86
// Computes the result of bitwise right-shift
87
template <class T>
Callers
1
Swizzle
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected