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
In backend tests we can not use queue_sycl.hpp as in main project bucase it has no queue manager control
I used workaround (put macro before include to simulate correct build options)
run by
main backend files compile options looks like:
backend tests compile options:
In backend tests we can not use
queue_sycl.hpp
as in main project bucase it has no queue manager controlI used workaround (put macro before include to simulate correct build options)
Since we have many configurations for build procedure I'm not sure where we have extra differences in compile time options.
The text was updated successfully, but these errors were encountered: