Skip to content

Conversation

@CaoE
Copy link
Collaborator

@CaoE CaoE commented Sep 13, 2024

@pytorch-bot
Copy link

pytorch-bot bot commented Sep 13, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit a1394be with merge base 3bebc09 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@pytorch-bot pytorch-bot bot added the module: cpu CPU specific problem (e.g., perf, algorithm) label Sep 13, 2024
@CaoE CaoE added module: half Related to float16 half-precision floats release notes: nn release notes category ciflow/trunk Trigger trunk jobs on your pull request labels Sep 13, 2024
@CaoE CaoE changed the title Add Half support for reflection and replication padding Add Half support for reflection and replication padding on CPU Sep 13, 2024
Copy link
Collaborator

@Skylion007 Skylion007 left a comment

Choose a reason for hiding this comment

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

I was about to tackle these ops myself.

supports_fwgrad_bwgrad=True,
dtypes=all_types_and_complex_and(torch.bfloat16),
dtypesIfCUDA=all_types_and_complex_and(torch.half, torch.bfloat16),
dtypes=all_types_and_complex_and(torch.bfloat16, torch.half),
Copy link
Collaborator

@Skylion007 Skylion007 Sep 13, 2024

Choose a reason for hiding this comment

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

Need to add to nn.functional.pad as well for replicate_negative

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for the comments. Add it.

@pytorch-bot pytorch-bot bot added the ciflow/mps Run MPS tests (subset of trunk) label Sep 14, 2024
@CaoE CaoE marked this pull request as ready for review September 14, 2024 05:05
@CaoE
Copy link
Collaborator Author

CaoE commented Sep 14, 2024

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

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

The merge job was canceled or timed out. This most often happen if two merge requests were issued for the same PR, or if merge job was waiting for more than 6 hours for tests to finish. In later case, please do not hesitate to reissue the merge command
For more information see pytorch-bot wiki.

@Skylion007
Copy link
Collaborator

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/mps Run MPS tests (subset of trunk) ciflow/trunk Trigger trunk jobs on your pull request Merged module: cpu CPU specific problem (e.g., perf, algorithm) module: half Related to float16 half-precision floats open source release notes: nn release notes category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Meet an unimplemented crash for type 'Half' while the Data is not of Half type

4 participants