Support building with the open-source Intel SYCL Compiler#194
Open
sarnex wants to merge 1 commit intouxlfoundation:masterfrom
Open
Support building with the open-source Intel SYCL Compiler#194sarnex wants to merge 1 commit intouxlfoundation:masterfrom
sarnex wants to merge 1 commit intouxlfoundation:masterfrom
Conversation
Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
Author
|
Ping @srirajpaul @nikitaxgusev , thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Right now,
oneCCLrequires the closed-source Intel SYCL Compiler (Intel® oneAPI DPC++/C++ Compiler) for SYCL support, however we also productize the open-source version of the compiler and it is pretty much feature-equivalent for SYCL, so support using that as well.The motivation for this change is Canonical is working to package Intel tools for Ubuntu and they do not want to use the closed source products, so their compiler package will be based on the open source SYCL compiler. They want to package
oneCCLas well, so this change is required so they can buildoneCCL.I tested this with the currently in-development version of the open source compiler as well as the latest release (6.3.0).
Closes: #191