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 9461942 commit 0ddd510Copy full SHA for 0ddd510
source/loader/ur_lib.hpp
@@ -74,8 +74,8 @@ class __urdlllocal context_t : public AtomicSingleton<context_t> {
74
const std::vector<LayerData> layers = {
75
{ur_validation_layer::getContext(),
76
ur_validation_layer::context_t::forceDelete},
77
- // Initialize tracing layer after sanitizer layer to make sure tracing
78
- // layer will properly print all API calls.
+ // Initialize tracing layer after sanitizer layer to make sure tracing
+ // layer will properly print all API calls.
79
#if UR_ENABLE_SANITIZER
80
{ur_sanitizer_layer::getContext(),
81
ur_sanitizer_layer::context_t::forceDelete},
0 commit comments