forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Driver][SYCL] Do not pass along implied PVC specific values for AOT (i…
…ntel#13794) When compiling for AOT GPU, we passed along default device settings for PVC regardless of intended device. Update this behavior to only pass along the PVC specific options to ocloc when the matching device (i.e. -device pvc) is also supplied. The device can be specific with the typical device value (pvc) or via the -fsycl-targets=intel_gpu_pvc option setting or -device values that match with PVC that match a given version or HEX value. The default values will continue to be passed along for JIT.
- Loading branch information
Showing
3 changed files
with
129 additions
and
18 deletions.
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
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