You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][NFC] Remove unused parameter names from parallel_fors (#7109)
This commit removes unused parameter names from:
- Properties on `parallel_for_impl` as only the type of the property
list is used currently.
- All arguments in the unspecialized
`KernelPropertiesUnpacker<PropertiesT>::kernel_parallel_for_work_group_unpack`
like the other dummy functions in the struct.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments