Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
static __inline void
42
storeErrorCode(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
loadKernel
Function · 0.85
makeKernel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected