Skip to content

Conversation

Copy link

pytorch-bot bot commented Jan 30, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/145987

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (5 Unrelated Failures)

As of commit 1e426b4 with merge base 7796e30 (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames

[ghstack-poisoned]
@@ -1916,6 +1916,8 @@ def call_id(self, tx: "InstructionTranslator", *args):
elif len(args) == 1 and isinstance(args[0], TensorVariable):
tensor_variable = args[0]
return tensor_variable.call_id(tx)
elif isinstance(args[0], variables.UserFunctionVariable):
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
elif isinstance(args[0], variables.UserFunctionVariable):
elif istype(args[0], variables.UserFunctionVariable):

You want to exclude UserMethodVariable, etc (which will have a different ID each time).

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames

[ghstack-poisoned]
@anijain2305 anijain2305 added the ciflow/trunk Trigger trunk jobs on your pull request label Jan 30, 2025
@anijain2305 anijain2305 requested a review from jansel January 30, 2025 05:37
cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 kadeng chauhang amjames

[ghstack-poisoned]
@github-actions github-actions bot deleted the gh/anijain2305/652/head branch March 2, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants