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 93346ad commit a14a9b0
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 @@ -909,7 +909,7 @@ static void intializeEngines() {

static int initializeHandles() {
ze_result_t res;
res = zesInit(0);
res = ZES_INIT_PTR(0);
if (res != ZE_RESULT_SUCCESS) {
_ZE_ERROR_MSG("zesInit", res);
return -1;
Expand Down

0 comments on commit a14a9b0

Please sign in to comment.