Skip to content

Commit

Permalink
Update ze/tracer_ze_helpers.include.c
Browse files Browse the repository at this point in the history
Co-authored-by: Brice Videau <[email protected]>
  • Loading branch information
TApplencourt and Kerilk authored Sep 17, 2024
1 parent a14a9b0 commit c2107c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/tracer_ze_helpers.include.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ static int initializeHandles() {
ze_result_t res;
res = ZES_INIT_PTR(0);
if (res != ZE_RESULT_SUCCESS) {
_ZE_ERROR_MSG("zesInit", res);
_ZE_ERROR_MSG("ZES_INIT_PTR", res);
return -1;
}

Expand Down

0 comments on commit c2107c7

Please sign in to comment.