Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UR][L0] Copy prebuilt L0 to avoid leaking shared folder path
We allow reusing existing pre-built L0 Libs and Headers. However, using LEVEL_ZERO_LIBRARY and LEVEL_ZERO_INCLUDE_DIR directly may leak the path of shared folder. This PR introduces two L0_LIBRARY and L0_INCLUDE_DIR , and copy L0 loader/headers locally to the build to avoid leaking their location on a shared drive.
- Loading branch information