MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / storeErrorCode

Function storeErrorCode

src/library/blas/generic/common.c:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41static __inline void
42storeErrorCode(cl_int *error, cl_int code)
43{
44 if (error != NULL) {
45 *error = code;
46 }
47}
48
49#ifndef PRINT_BUILD_ERRORS
50 #define PRINT_BUILD_ERRORS

Callers 2

loadKernelFunction · 0.85
makeKernelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected