File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ ur_result_t context_t::init() {
21
21
// Suppress system errors.
22
22
// Tells the system to not display the critical-error-handler message box.
23
23
// Instead, the system sends the error to the calling process.
24
- // This is crucial for graceful handling of plugins that couldn't be
24
+ // This is crucial for graceful handling of adapters that couldn't be
25
25
// loaded, e.g. due to missing native run-times.
26
- // Sometimes affects L0 or the unified runtime.
27
26
// TODO: add reporting in case of an error.
28
27
// NOTE: we restore the old mode to not affect user app behavior.
29
28
// See https://github.com/intel/llvm/blob/sycl/sycl/ur_win_proxy_loader/ur_win_proxy_loader.cpp (preloadLibraries())
You can’t perform that action at this time.
0 commit comments