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() {
2121 // Suppress system errors.
2222 // Tells the system to not display the critical-error-handler message box.
2323 // 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
2525 // loaded, e.g. due to missing native run-times.
26- // Sometimes affects L0 or the unified runtime.
2726 // TODO: add reporting in case of an error.
2827 // NOTE: we restore the old mode to not affect user app behavior.
2928 // 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