Skip to content

Commit 5c6ee06

Browse files
[SYCL][UR][HIP] remove unused parameter in ur hip (#10357)
fixes a post commit failure for hip porting [PR](#9617) Co-authored-by: Omar Ahmed <omar.ahmed@codeplay.com>
1 parent f05ca70 commit 5c6ee06

File tree

1 file changed

+1
-1
lines changed
  • sycl/plugins/unified_runtime/ur/adapters/hip

1 file changed

+1
-1
lines changed

sycl/plugins/unified_runtime/ur/adapters/hip/enqueue.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ urEnqueueUSMAdvise(ur_queue_handle_t hQueue, const void *pMem, size_t size,
13411341

13421342
UR_APIEXPORT ur_result_t UR_APICALL urEnqueueUSMFill2D(
13431343
ur_queue_handle_t, void *, size_t, size_t, const void *, size_t, size_t,
1344-
uint32_t, const ur_event_handle_t *, ur_event_handle_t *phEvent) {
1344+
uint32_t, const ur_event_handle_t *, ur_event_handle_t *) {
13451345
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
13461346
}
13471347

0 commit comments

Comments
 (0)