Skip to content

Commit de02e99

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

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
@@ -1583,7 +1583,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urEnqueueDeviceGlobalVariableRead(
15831583
bool blockingRead, size_t count, size_t offset, void *pDst,
15841584
uint32_t numEventsInWaitList, const ur_event_handle_t *phEventWaitList,
15851585
ur_event_handle_t *phEvent) {
1586-
// Since HIP requires a the global variable to be referenced by name, we use
1586+
// Since HIP requires the global variable to be referenced by name, we use
15871587
// metadata to find the correct name to access it by.
15881588
auto DeviceGlobalNameIt = hProgram->GlobalIDMD.find(name);
15891589
if (DeviceGlobalNameIt == hProgram->GlobalIDMD.end())

0 commit comments

Comments
 (0)