We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095cc5a commit 51b4dccCopy full SHA for 51b4dcc
unified-runtime/source/adapters/cuda/adapter.cpp
@@ -38,7 +38,7 @@ class ur_legacy_sink : public logger::Sink {
38
// through UR entry points.
39
// https://github.com/oneapi-src/unified-runtime/issues/1330
40
ur_adapter_handle_t_::ur_adapter_handle_t_()
41
- : handle_base(),
+ : handle_base(), RefCount(0),
42
logger(logger::get_logger("cuda",
43
/*default_log_level*/ UR_LOGGER_LEVEL_ERROR)) {
44
Platform = std::make_unique<ur_platform_handle_t_>();
0 commit comments