-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enable armv8 CI #195
Enable armv8 CI #195
Conversation
a96b925
to
00f231b
Compare
This does not exist for Darwin + Arm64. TODO: Enable this selectively when possible.
00f231b
to
4788f4c
Compare
bba2bfe
to
d59e8a9
Compare
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.
Let's try!
@@ -757,7 +757,7 @@ def get_git_commit_hash(length=8): | |||
"pytest-forked", | |||
"pytest-xdist", | |||
"scipy>=1.7.1", | |||
"llnl-hatchet", | |||
# "llnl-hatchet", # TODO: Re-enable this, not available on macos-arm64 |
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.
Will it be okay in other platforms? It's okay as you marked as TODO:
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.
It is mainly used in the proton profiler. I guess we can commit it with a TODO, and revisit this later.
Ah still failing, let me fix it. |
d59e8a9
to
e2aa74a
Compare
- Re-enable llnl-hatchet pip package installation - look into faster triton install - enable bf16 tests - enable openmp
e2aa74a
to
e68c415
Compare
@@ -12,6 +12,7 @@ | |||
from triton.backends.driver import DriverBase | |||
from triton.backends.compiler import GPUTarget | |||
|
|||
from pathlib import Path |
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.
hm is this import getting used?
No description provided.