-
Notifications
You must be signed in to change notification settings - Fork 158
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
[compiler] support RoPE Op #13972
Comments
FYI, There are two different types of RoPE implementation.
The RoPE you want to support is NeoX style. It would be better to mention that somewhere (maybe luci.lang). |
Do they have different I/O, attribute configuration? |
I think they may have the same I/O, but have different op patterns. |
I talked with @hseok-oh in runtime perspective and circle schema maintenance.
Consequently, if compiler is okay, we may go with rope op (implicitly |
Draft: #13978 |
I'm ok with #13972 (comment) if @seanshpark approves :) |
I talked to seanshpark offline,
|
@glistening |
@ys44kim |
this commit supports for RoPE operation in luc IR ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]> draft : Samsung#13978 issue : Samsung#13972
this commits support RoPE for circle chef ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]> draft : Samsung#13978 issue : Samsung#13972
ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]> draft: Samsung#13978 issue: Samsung#13972
ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]> draft: Samsung#13978 issue: Samsung#13972
ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]> draft: Samsung#13978 issue: Samsung#13972
this commit supports for RoPE operation in luc IR ONE-DCO-1.0-Signed-off-by: youngsik kim <[email protected]> draft : Samsung#13978 issue : Samsung#13972
What
Lets' support RoPE (Rotary Position Embedding) and fuse
The image below is part of the token generation model.
This graph is fused with rope op.
Conditions
Input
Task
The text was updated successfully, but these errors were encountered: