Skip to content

Commit e4950aa

Browse files
mfrancepilloisEwanC
authored andcommitted
mend
1 parent 4813bd0 commit e4950aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/adapters/opencl/command_buffer.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,17 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMMemcpyExp(
136136
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
137137
}
138138

139+
UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMFillExp(
140+
[[maybe_unused]] ur_exp_command_buffer_handle_t hCommandBuffer,
141+
[[maybe_unused]] void *pMemory, [[maybe_unused]] const void *pPattern,
142+
[[maybe_unused]] size_t patternSize, [[maybe_unused]] size_t size,
143+
[[maybe_unused]] uint32_t numSyncPointsInWaitList,
144+
[[maybe_unused]] const ur_exp_command_buffer_sync_point_t
145+
*pSyncPointWaitList,
146+
[[maybe_unused]] ur_exp_command_buffer_sync_point_t *pSyncPoint) {
147+
return UR_RESULT_ERROR_UNSUPPORTED_FEATURE;
148+
}
149+
139150
UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendMemBufferCopyExp(
140151
ur_exp_command_buffer_handle_t hCommandBuffer, ur_mem_handle_t hSrcMem,
141152
ur_mem_handle_t hDstMem, size_t srcOffset, size_t dstOffset, size_t size,

0 commit comments

Comments
 (0)