Skip to content

Conversation

@mdtoguchi
Copy link
Contributor

The use of -Xsycl-target-backend=target "opts" was not properly being captured when attempting to find device values to set default values to be used during AOT compilations for GEN.

The use of -Xsycl-target-backend=target "opts" was not properly being
captured when attempting to find device values to set default values to
be used during AOT compilations for GEN.
@mdtoguchi mdtoguchi requested a review from a team as a code owner October 25, 2024 17:42
ArgStringList TargArgs;
Args.AddAllArgValues(TargArgs, options::OPT_Xs, options::OPT_Xs_separate);
Args.AddAllArgValues(TargArgs, options::OPT_Xsycl_backend);
// For -Xsycl-target-backend=<triple> we need to scrutinize the triple
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not clear to me what this comment means?
Can you help add some more description?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure - I'll update the comment

@mdtoguchi
Copy link
Contributor Author

@intel/llvm-gatekeepers , please take a look, this should be ready for merge.

@steffenlarsen steffenlarsen merged commit 2c98fd8 into intel:sycl Oct 28, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants