Skip to content

Conversation

# Context

See the first PR #153670

# This diff

Migrate logit to in-tree.

Differential Revision: [D76871451](https://our.internmc.facebook.com/intern/diff/D76871451/)

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Jun 18, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure, 2 Pending, 25 Unrelated Failures

As of commit d1eb0c4 with merge base 937529f (image):

NEW FAILURE - The following job has failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but were 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.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D76871451

Copy link
Contributor

Attention! native_functions.yaml was changed

If you are adding a new function or defaulted argument to native_functions.yaml, you cannot use it from pre-existing Python frontend code until our FC window passes (two weeks). Split your PR into two PRs, one which adds the new C++ functionality, and one that makes use of it from Python, and land them two weeks apart. See https://github.com/pytorch/pytorch/wiki/PyTorch's-Python-Frontend-Backward-and-Forward-Compatibility-Policy#forwards-compatibility-fc for more info.


Caused by:

@andyanwang andyanwang added topic: not user facing topic category module: mtia Device MTIA related issues labels Jun 18, 2025
@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Jun 18, 2025
# Context

See the first PR #153670

# This diff

Migrate logit to in-tree.

Differential Revision: [D76871451](https://our.internmc.facebook.com/intern/diff/D76871451/)

cc egienvalue

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D76871451

@facebook-github-bot
Copy link
Contributor

@pytorchbot merge -i

(Initiating merge automatically since Phabricator Diff has merged, merging with -i because oss signals were bypassed internally)

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged while ignoring the following 26 checks: pull / linux-jammy-py3.13-clang12 / test (default, 4, 5, linux.4xlarge), pull / linux-jammy-py3.13-clang12 / test (crossref, 1, 2, linux.2xlarge), pull / linux-jammy-py3.13-clang12 / test (default, 3, 5, linux.4xlarge), pull / linux-jammy-py3.13-clang12 / test (dynamo_wrapped, 3, 3, linux.2xlarge), pull / linux-jammy-py3.13-clang12 / test (crossref, 2, 2, linux.2xlarge), pull / linux-jammy-py3.9-clang12 / test (default, 4, 5, linux.4xlarge), pull / linux-jammy-py3.9-clang12 / test (crossref, 1, 2, linux.2xlarge), pull / linux-jammy-py3.9-clang12 / test (dynamo_wrapped, 3, 3, linux.2xlarge), pull / linux-jammy-py3.9-clang12 / test (default, 3, 5, linux.4xlarge), pull / linux-jammy-py3.9-clang12 / test (crossref, 2, 2, linux.2xlarge), pull / linux-jammy-py3.9-clang12 / test (dynamo_wrapped, 2, 3, linux.2xlarge), pull / linux-jammy-py3.9-gcc11 / test (default, 3, 5, linux.2xlarge), pull / linux-jammy-py3.9-gcc11 / test (default, 4, 5, linux.2xlarge), pull / linux-jammy-py3.10-clang18-asan / test (default, 4, 6, linux.4xlarge), pull / linux-jammy-py3.10-clang18-asan / test (default, 2, 6, linux.4xlarge), pull / linux-jammy-py3.10-clang18-asan / test (default, 3, 6, linux.4xlarge), pull / linux-jammy-py3.10-clang18-asan / test (default, 5, 6, linux.4xlarge), pull / linux-jammy-cuda12.8-py3.10-gcc11 / test (default, 4, 5, linux.4xlarge.nvidia.gpu), pull / linux-jammy-cuda12.8-py3.10-gcc11 / test (default, 1, 5, linux.4xlarge.nvidia.gpu), pull / linux-jammy-cuda12.8-py3.10-gcc11 / test (default, 3, 5, linux.4xlarge.nvidia.gpu), pull / linux-jammy-cuda12.8-py3.10-gcc11-sm89 / test (default, 5, 5, linux.g6.4xlarge.experimental.nvidia.gpu), pull / linux-jammy-cuda12.8-py3.10-gcc11-sm89 / test (default, 3, 5, linux.g6.4xlarge.experimental.nvidia.gpu), pull / linux-jammy-cuda12.8-py3.10-gcc11-sm89 / test (default, 2, 5, linux.g6.4xlarge.experimental.nvidia.gpu), pull / linux-jammy-cuda12.8-py3.10-gcc11-sm89 / test (default, 4, 5, linux.g6.4xlarge.experimental.nvidia.gpu), trunk / win-vs2022-cuda12.6-py3 / build, trunk / macos-py3-arm64 / test (default, 3, 3, macos-m1-stable)

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@pytorchmergebot
Copy link
Collaborator

Starting merge as part of PR stack under #156286

@atalman
Copy link
Contributor

atalman commented Jun 18, 2025

@pytorchmergebot merge -f "already landed internally"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use -f as last resort and instead consider -i/--ignore-current to continue the merge ignoring current failures. This will allow currently pending tests to finish and report signal before the merge.

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

pytorchmergebot pushed a commit that referenced this pull request Jun 18, 2025
# Context

See the first PR #153670

# This diff

Migrate t.Tensor_out / lt.Scalar_out to in-tree.

Differential Revision: [D76873997](https://our.internmc.facebook.com/intern/diff/D76873997/)
Pull Request resolved: #156285
Approved by: https://github.com/nautsimon
ghstack dependencies: #155634, #156046, #156047, #156283, #156284
pytorchmergebot pushed a commit that referenced this pull request Jun 18, 2025
# Context

See the first PR #153670

# This diff

Migrate logical_and.out to in-tree

Differential Revision: [D76874551](https://our.internmc.facebook.com/intern/diff/D76874551/)

Pull Request resolved: #156286
Approved by: https://github.com/nautsimon, https://github.com/jingsh
ghstack dependencies: #155634, #156046, #156047, #156283, #156284, #156285
@github-actions github-actions bot deleted the gh/andyanwang/21/head branch July 20, 2025 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk Trigger trunk jobs on your pull request fb-exported Merged module: mtia Device MTIA related issues topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants