File tree 2 files changed +2
-2
lines changed
source/loader/layers/exception_sanitizer
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ namespace ur_exception_sanitizer_layer
113
113
%endfor
114
114
${ x} _result_t
115
115
context_t::init(ur_dditable_t *dditable,
116
- const std::set<std::string > & enabledLayersNames ,
116
+ const std::set<std::string > & enabledLayerNames ,
117
117
codeloc_data) {
118
118
${ x} _result_t result = ${ X} _RESULT_SUCCESS;
119
119
if (!enabledLayerNames.count(name)){
Original file line number Diff line number Diff line change @@ -7578,7 +7578,7 @@ UR_DLLEXPORT ur_result_t UR_APICALL urGetDeviceProcAddrTable(
7578
7578
}
7579
7579
7580
7580
ur_result_t context_t::init (ur_dditable_t *dditable,
7581
- const std::set<std::string> &enabledLayersNames ,
7581
+ const std::set<std::string> &enabledLayerNames ,
7582
7582
codeloc_data) {
7583
7583
ur_result_t result = UR_RESULT_SUCCESS;
7584
7584
if (!enabledLayerNames.count (name)) {
You can’t perform that action at this time.
0 commit comments