-
Notifications
You must be signed in to change notification settings - Fork 66
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
ROCKernels: Update to AMDGPU 0.4 #316
Conversation
Needs to update the Project.toml? |
Somehow it missed the push... So now we have a |
59e6042
to
1ecd1b9
Compare
I switched to |
What's up with the MPI failures? |
|
But it would need to be |
I don't think we use that dispatch rule for much... |
b6466d9
to
b28d0eb
Compare
Can you remove the Manidest.toml you added? |
@vchuravy the |
Sure!
…On Mon, Aug 8, 2022, 10:35 Julian Samaroo ***@***.***> wrote:
@vchuravy <https://github.com/vchuravy> the <: GPU is necessary to get <:
Device dispatches. Would it be reasonable to manually forward these for
ROCDevice?
—
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDO2VZL2FAZLEB5GOR7Z3VYELLJANCNFSM54TY5DCA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
b28d0eb
to
4800132
Compare
Ok, now all calls generated by the |
a70a09e
to
4b6de6a
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.
It seems to run for me locally. The MPI errors seem to be a general CI problem right now?
Ah, just noticed that we are still using default_device()
instead of ROCDevice()
. I am using ROCDevice() = AMDGPU.default_device()
locally and that seems to work.
Yeah, the MPI failures seem to be something specific to CI. Let's hold off on merging this until:
|
6e8486f
to
15d6b80
Compare
15d6b80
to
f4a0733
Compare
2232e5e
to
2fa4134
Compare
Codecov Report
@@ Coverage Diff @@
## master #316 +/- ##
==========================================
+ Coverage 71.66% 72.45% +0.78%
==========================================
Files 14 14
Lines 1020 1031 +11
==========================================
+ Hits 731 747 +16
+ Misses 289 284 -5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
No description provided.