-
Notifications
You must be signed in to change notification settings - Fork 559
Codegen silu selu #3780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codegen silu selu #3780
Conversation
weird, this test passed locally. |
9db2626 to
43d9ea8
Compare
|
so I log into the ci vm and tried to run the test manually and see seems like it only fail when I run all cppTest and will pass if I only run one test |
|
weird.. I suspect this is caused by a cache issue. If I run with other cppTest, I saw |
|
I think I figured out what's going on, our Elu node is being implemented incorrectly
FYI @wonjoolee95 |
|
@wonjoolee95 I saw you assign elu to yourself but I think I will just grab it to unblock this pr. |
|
oh OK, ELU takes |
43d9ea8 to
2459546
Compare
This is really interesting.. thanks for the investigation! |
wonjoo-wj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
- `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
FIx #3777, #3776, #3775, #3774
LazyIR
NativeFunction