-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Driver] Properly set offload-deps target triple #4305
Conversation
c2422b0
to
e0e492f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LGTM:
For non SPIR target, offload-deps ignored the offloading target arch. This patch set the associated arch to the actions, properly cache the input info when building the job and properly set the `-targets` flag to be aligned with the bundler. Signed-off-by: Victor Lomuller <victor@codeplay.com>
Co-authored-by: mdtoguchi <michael.d.toguchi@intel.com>
d3833fe
to
5687526
Compare
Signed-off-by: Victor Lomuller <victor@codeplay.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
For non SPIR target, offload-deps ignored the offloading target arch.
This patch set the associated arch to the actions,
properly cache the input info when building the job and
properly set the
-targets
flag to be aligned with the bundler.Signed-off-by: Victor Lomuller victor@codeplay.com