-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][NATIVECPU] Avoid overwriting offload kind on Native CPU (#12971)
For Native CPU, the host and the device triples are the same. This means that the cache entries for `BuildJobsForAction` are distinguished only by the offload kind (`-host` or `-sycl`). Since the offload kind is being overwritten when processing `OffloadUnbundlingJobAction`, this lead to cache entries being overwritten on Native CPU, with corresponding build failures.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters