| 28 | inline int __syncthreads_and(int predicate) {return predicate}; |
| 29 | inline int __syncthreads_or(int predicate) {return predicate}; |
| 30 | template<class T> inline T __clz(const T val) { return val; } |
| 31 | template<class T> inline T __ldg(const T* address){return *address}; |
| 32 | // CUDA TYPES |
| 33 | typedef unsigned short uchar; |
nothing calls this directly
no outgoing calls
no test coverage detected