-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Inference] FP8 gemm auto-tune #9094
Conversation
Thanks for your contribution! |
@@ -107,6 +117,12 @@ def get_gencode_flags(): | |||
os.makedirs(cutlass_dir) | |||
clone_git_repo("v3.5.0", "https://github.com/NVIDIA/cutlass.git", cutlass_dir) | |||
|
|||
json_dir = "third_party/nlohmann_json" |
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.
把cutlass也挪到third_party里去
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.
done
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9094 +/- ##
========================================
Coverage 53.34% 53.34%
========================================
Files 652 652
Lines 105401 105401
========================================
Hits 56222 56222
Misses 49179 49179 ☔ View full report in Codecov by Sentry. |
00d2585
to
81971ff
Compare
81971ff
to
67a1cbc
Compare
PR types
New features
PR changes
Others
Description
FP8 gemm自动调优