Skip to content

Commit 53abe07

Browse files
Apply suggestions from code review
Co-authored-by: aarongreig <aaron.greig@codeplay.com>
1 parent d7ac3dd commit 53abe07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/loader/ur_loader.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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())

0 commit comments

Comments
 (0)