MCPcopy 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
13std::string getErrorMessage(int error_code) {
14 ONEAPI_NOT_SUPPORTED("");
15 // return boost::compute::opencl_error::to_string(error_code);
16 return "";
17}

Callers 2

openDynLibraryFunction · 0.50
FreeImage_ModuleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected