Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Update COMPUTECPP_BITCODE to let compiler decide SPIR/SPIR-V by default #280

Merged

Conversation

DBDuncan
Copy link
Contributor

Before, COMPUTECPP_BITCODE was set to a default of spir64. As we are aiming for SPIR-V to be the default this need to be changed. COMPUTECPP_BITCODE is now empty by default and when COMPUTECPP_BITCODE is empty, -sycl-target flag will not be used, letting the compiler decide whether to use SPIR or SPIR-V.

Before, COMPUTECPP_BITCODE was set to a default of spir64. As we are aiming for SPIR-V to be the default this need to be changed. COMPUTECPP_BITCODE is now empty by default and when COMPUTECPP_BITCODE is empty, -sycl-target flag will not be used, letting the compiler decide whether to use SPIR or SPIR-V.
@ProGTX ProGTX requested a review from DuncanMcBain January 25, 2022 17:29
@DBDuncan DBDuncan requested a review from DuncanMcBain January 26, 2022 11:21
@ProGTX ProGTX merged commit 20301e3 into codeplaysoftware:master Jan 26, 2022
@DBDuncan DBDuncan deleted the duncan/update_spir_version_default branch January 26, 2022 14:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants