Go to the source code of this file.
|
class | sycl::_V1::detail::plugin |
| The plugin class provides a unified interface to the underlying low-level runtimes for the device-agnostic SYCL runtime. More...
|
|
◆ __SYCL_CHECK_UR_CODE_NO_EXC
#define __SYCL_CHECK_UR_CODE_NO_EXC |
( |
|
expr | ) |
|
Value: { \
auto code = expr; \
if (code != UR_RESULT_SUCCESS) {
\
<< std::endl; \
} \
}
#define __SYCL_UR_ERROR_REPORT
__SYCL_EXTERN_STREAM_ATTRS ostream cerr
Linked to standard error (unbuffered)
std::string codeToString(int32_t code)
Definition at line 27 of file plugin.hpp.