-
Notifications
You must be signed in to change notification settings - Fork 10
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
selu, softmin and hardtanh #185
Conversation
so the ci looks failing due to a compiler's bug. it is valuable for us to discovery new bugs so thank you for your contributions. i will dig deeper into this issue once I finish my current task. |
the problem is in softmin+JIT=1, failing to run this jit-generated function |
solved at #190 |
(define-nn-test Softmin | ||
"Testing w/ Softmin([512, 256])" | ||
:compile (caten (!softmin (make-tensor `(512 256) :from 'x))) | ||
:inputs (ctx:with-contextvar (:jit 0 :avm :lisp) |
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.
no need to set (ctx:with-contextvar (:jit 0 :avm :lisp)
here
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.
hmm is that line needed? if so im fine with leaving this line (but add a comment plz)
looks clean! LGTM! |
No description provided.