Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ _max
Function
_max
include/common.h:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
template <class DType>
77
HOST_DEVICE constexpr DType _max(DType a, DType b) {
78
return a < b ? b : a;
79
}
80
81
template <class DType>
82
HOST_DEVICE constexpr DType _min(DType a, DType b) {
Callers
1
Swizzle
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected