Conversation
This comment has been minimized.
This comment has been minimized.
|
Error: Failed to set assignee to
Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
This comment has been minimized.
This comment has been minimized.
| @@ -0,0 +1,9 @@ | |||
| //@ check-pass | |||
There was a problem hiding this comment.
Can you move this test instead under tests/pretty/offload? There we already have another test for offload_kernel
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
Related to #131513.
Allows annotating nested functions with
#[offload_kernel], similar to autodiff.Also fixes the error message when
#[offload_kernel]is used on anything other than functions.r? @ZuseZ4
(@Sa4dUs, ping)