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
This is one patch in a series intended to re-organize
`add_sycl_rt_library` helper function to make it shorter and simpler.
Cleaned up `add_dependencies` calls:
- UR adapters are linked with UMF, there is an implicit dependency
already
- `LIB_OBJ_NAME` is an `OBJECT` library, it is not linked to anything
and therefore should not have any dependencies except for header files
Ideally, we should not have any `add_dependencies` calls, but due to
dynamic loading mechanisms used everywhere, we need those dependencies
set explicitly to ensure that everything is re-built correctly.
0 commit comments