Skip to content

Commit c9fba56

Browse files
hdelanjchlanda
authored andcommitted
Update source/adapters/hip/enqueue.cpp
Co-authored-by: Jakub Chlanda <j.chlanda@gmail.com>
1 parent 67c3779 commit c9fba56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/hip/enqueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueDeviceGlobalVariableWrite(
15491549
bool blockingWrite, size_t count, size_t offset, const void *pSrc,
15501550
uint32_t numEventsInWaitList, const ur_event_handle_t *phEventWaitList,
15511551
ur_event_handle_t *phEvent) {
1552-
// Since HIP requires a the global variable to be referenced by name, we use
1552+
// Since HIP requires the global variable to be referenced by name, we use
15531553
// metadata to find the correct name to access it by.
15541554
auto DeviceGlobalNameIt = hProgram->GlobalIDMD.find(name);
15551555
if (DeviceGlobalNameIt == hProgram->GlobalIDMD.end())

0 commit comments

Comments
 (0)