Skip to content

Commit 9a8b907

Browse files
Update sycl/plugins/level_zero/pi_level_zero.cpp
Co-authored-by: smaslov-intel <sergey.v.maslov@intel.com>
1 parent ae22347 commit 9a8b907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/pi_level_zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4316,7 +4316,7 @@ pi_result piProgramBuild(pi_program Program, pi_uint32 NumDevices,
43164316
if (ZeResult != ZE_RESULT_SUCCESS) {
43174317
// Note that the ZeModule is still allocated and will be released when
43184318
// the user catch the exception that RT throws.
4319-
// Otherwise, the user program crashes and memory leak is not a concern.
4319+
// Otherwise, the user program terminates and memory leak is not a concern.
43204320
if (ZeResult == ZE_RESULT_ERROR_MODULE_LINK_FAILURE)
43214321
return PI_BUILD_PROGRAM_FAILURE;
43224322
return mapError(ZeResult);

0 commit comments

Comments
 (0)