Skip to content

Commit 75a82aa

Browse files
committed
fix build
1 parent 29f7c71 commit 75a82aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/loader/layers/sanitizer/asan/asan_interceptor.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,9 @@ ur_result_t AsanInterceptor::prepareLaunch(
836836

837837
getContext()->logger.info(
838838
"LaunchInfo {} (device={}, debug={}, numLocalArgs={}, localArgs={})",
839-
(void *)LaunchInfo.Data.getDevicePtr(), LaunchInfo.Data.Host.DeviceTy,
840-
LaunchInfo.Data.Host.Debug, LaunchInfo.Data.Host.NumLocalArgs,
839+
(void *)LaunchInfo.Data.getDevicePtr(),
840+
ToString(LaunchInfo.Data.Host.DeviceTy), LaunchInfo.Data.Host.Debug,
841+
LaunchInfo.Data.Host.NumLocalArgs,
841842
(void *)LaunchInfo.Data.Host.LocalArgs);
842843

843844
return UR_RESULT_SUCCESS;

0 commit comments

Comments
 (0)