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

Method operator()

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

Source from the content-addressed store, hash-verified

961 {
962 /// bitwise OR operator, returns <tt>a | b</tt>
963 __host__ __device__ __forceinline__ T operator()(const T &a, const T &b) const
964 {
965 return a | b;
966 }
967 };
968}
969

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected