Skip to content

Commit 3a43cbb

Browse files
committed
fix compiler warning
1 parent 6f87ab8 commit 3a43cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/powX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ void TransformPowX(const ExecPlan &execPlan, void *in_buffer[], void *out_buffer
517517
DevFnCall fn = execPlan.devFnCall[i];
518518
fn(&data, &back);//execution kernel here
519519
hipDeviceSynchronize();
520-
printf("executed kernel: %d\n", i); fflush(stdout);
520+
printf("executed kernel: %zu\n", i); fflush(stdout);
521521

522522
#ifdef TMP_DEBUG
523523
hipDeviceSynchronize();

0 commit comments

Comments
 (0)