Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getErrorMessage
Function
getErrorMessage
src/backend/oneapi/errorcodes.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include <errorcodes.hpp>
12
13
std::string getErrorMessage(int error_code) {
14
ONEAPI_NOT_SUPPORTED(
""
);
15
// return boost::compute::opencl_error::to_string(error_code);
16
return
""
;
17
}
Callers
2
openDynLibrary
Function · 0.50
FreeImage_Module
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected