Skip to content

Conversation

gmagogsfm
Copy link
Contributor

IPEX backend of torch.compile is no longer needed, removing tutorial.

Copy link

pytorch-bot bot commented Sep 26, 2025

🔗 Helpful Links

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

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

⏳ 1 Pending, 1 Unrelated Failure

As of commit d10332f with merge base c182d6d (image):

BROKEN TRUNK - The following job 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.

@meta-cla meta-cla bot added the cla signed label Sep 26, 2025
Copy link
Contributor

@svekars svekars left a comment

Choose a reason for hiding this comment

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

Please add a link to index.html in the redirects.py

@gmagogsfm
Copy link
Contributor Author

Please add a link to index.html in the redirects.py

done

svekars and others added 2 commits September 26, 2025 09:40
Removed references to 'intel_extension_for_pytorch' from the index.
@gmagogsfm
Copy link
Contributor Author

Merging, the only test failure is irrelevant:

Unexpected failing examples (1):

    intermediate_source/parametrizations.py failed leaving traceback:

    Traceback (most recent call last):
      File "/var/lib/workspace/intermediate_source/parametrizations.py", line 325, in <module>
        layer_orthogonal.weight = nn.init.orthogonal_(layer_orthogonal.weight)
      File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py", line 2066, in __setattr__
        super().__setattr__(name, value)
      File "/usr/local/lib/python3.10/dist-packages/torch/nn/utils/parametrize.py", line 412, in set_original
        self.parametrizations[tensor_name].right_inverse(value)
      File "/usr/local/lib/python3.10/dist-packages/torch/nn/utils/parametrize.py", line 250, in right_inverse
        value = module.right_inverse(value)  # type: ignore[operator]
      File "/var/lib/workspace/intermediate_source/parametrizations.py", line 310, in right_inverse
        return torch.linalg.solve(A + self.Id, self.Id - A)
    torch._C._LinAlgError: torch.linalg.solve: The solver failed because the input matrix is singular.

@gmagogsfm gmagogsfm merged commit 0b98a1c into pytorch:main Sep 26, 2025
20 of 21 checks passed
jafraustro pushed a commit to jafraustro/tutorials that referenced this pull request Oct 1, 2025
IPEX backend of torch.compile is no longer needed, removing tutorial.

---------

Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
jafraustro pushed a commit to jafraustro/tutorials that referenced this pull request Oct 1, 2025
IPEX backend of torch.compile is no longer needed, removing tutorial.

---------

Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants