MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / operator()

Method operator()

extensions/include/cuMat/src/ReductionOps.h:898–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896 {
897 /// Boolean min operator, returns <tt>(a < b) ? a : b</tt>
898 __host__ __device__ __forceinline__ T operator()(const T &a, const T &b) const
899 {
900 return CUB_MIN(a, b);
901 }
902 };
903
904 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected