Skip to content

Conversation

@meghanathatishetti
Copy link
Contributor

Signed-off-by: Meghana Thatishetti [email protected]

Comment on lines 1259 to 1261
if (!XOffloadTargetArg)
XOffloadTargetArg->setBaseArg(A);

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if (!XOffloadTargetArg)
XOffloadTargetArg->setBaseArg(A);
if (!XOffloadTargetArg)
continue;

if there is no XOffloadTargetArg, we don't want to set the base arg or release (nothing to release).

Copy link
Contributor

@mdtoguchi mdtoguchi left a comment

Choose a reason for hiding this comment

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

LGTM

@bader bader merged commit a476a49 into sycl Sep 22, 2020
@bader bader deleted the branch1 branch September 22, 2020 05:38
kbenzie added a commit to kbenzie/intel-llvm that referenced this pull request Feb 17, 2025
[UR][Bindless] Initial implementation of bindless images for HIP
Chenyang-L pushed a commit that referenced this pull request Feb 18, 2025
[UR][Bindless] Initial implementation of bindless images for HIP
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.

4 participants