Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Sep 1, 2024
1 parent 59c8218 commit 8d44201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/hip/driver_hip.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ void _starpu_hip_memset_on_device(uintptr_t ptr, int c, size_t size)
hipError_t status;
status = hipMemset((void*) ptr, c, size);
if (STARPU_UNLIKELY(status != hipSuccess))
STARPU_hip_REPORT_ERROR(status);
STARPU_HIP_REPORT_ERROR(status);
}

void _starpu_hip_free_on_device(int devid, uintptr_t addr, size_t size, int flags)
Expand Down

0 comments on commit 8d44201

Please sign in to comment.