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] Fix post-commit failure in handler.hpp from unused-parameters. (#3874)
The __builtin_sycl_unique_stable_name patch introduced some changes that
@romanovvlad did to make sure we properly called the kernel. However,
the changes used the preprocessor to only call the kernel-lambda when
necessary.
This patch fixes the unused-parameter warnings that happen in host mode
by casting these values to 'void' in the else case.
0 commit comments