MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / __clz

Function __clz

include/thundersvm/clion_cuda.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28inline int __syncthreads_and(int predicate) {return predicate};
29inline int __syncthreads_or(int predicate) {return predicate};
30template<class T> inline T __clz(const T val) { return val; }
31template<class T> inline T __ldg(const T* address){return *address};
32// CUDA TYPES
33typedef unsigned short uchar;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected