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
Fix the old copy of DPCT device.hpp header by replacing
the set_max_clock_frequency configuration with a version
from a recent DPCT release. The old code called a function
is_host() which was not defined anywhere in this repository
and failed to compile. There is no host device in SYCL2020
anyway, so the removed branch would never be taken.
0 commit comments