-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[XPU][PHI Kernels] refine bf16 test for fused_rope #60439
[XPU][PHI Kernels] refine bf16 test for fused_rope #60439
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
# too long for CI | ||
# class XPUTestFusedRotaryPositionEmbeddingBf16_3(XPUTestFusedRotaryPositionEmbeddingBf16_1): | ||
# def setUp(self): | ||
# self.shape = [2, 8192, 8, 128] |
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.
LLaMA 65B的规模耗时过长(超过两分钟),CI里先暂时不跑,本地能通过
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.
LGTM
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.
LGTM
* refine fuesd_rope bf16 test * format code
PR types
Bug fixes
PR changes
OPs
Description