Skip to content

Conversation

@ysiraichi
Copy link
Collaborator

@ysiraichi ysiraichi commented May 22, 2025

This PR deletes a handful of unused tracing functions for the following operations. They are operations that are being full-codegen'd, but weren't deleted at that time. Note that a few of them were being used on unused tracing functions inside tensor_methods.cpp. Those were also deleted.

ysiraichi added 4 commits May 22, 2025 15:02
- `SgnOp` and `SignOp`
    - Full codegen migration: #3577
    - Mistakenly re-introduced: #3572
- `LogSigmoid`
    - Introduced: #3539
    - Full codegen migration: #3743
- `SiLU`
    - Introduced: #2721
    - Full codegen migration: #3780
- `SiLUBackward`
    - Introduced: #3195
    - Full codegen migration: #3780
- `SeLU`
    - Introduced: #3547
    - Full codegen migration: #3780
- `Sigmoid`
    - Introduced: 6a73deb (no PR record)
    - Full codegen migration: #6342
Copy link
Collaborator

@bhavya01 bhavya01 left a comment

Choose a reason for hiding this comment

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

Thanks! Let's wait for tests before merging

@ysiraichi
Copy link
Collaborator Author

The CI failure is the same as issue #9220.
Merging.

@ysiraichi ysiraichi merged commit 45bff9b into master May 26, 2025
31 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants