[Experimental] Support AMD GPU via HIP (ROCm2.7.0+)#1094
[Experimental] Support AMD GPU via HIP (ROCm2.7.0+)#1094mitmul merged 24 commits intocupy:masterfrom
Conversation
06f68ce to
65ff9cc
Compare
2e598b0 to
441304b
Compare
3ab6577 to
d42d634
Compare
7804c13 to
b91b6d5
Compare
|
I am trying to use this pull request, but I am getting the following install error when using 'python setup.py install': |
|
/test |
|
Successfully created a job for commit 87bccb2: |
|
/test |
|
Successfully created a job for commit 87bccb2: |
|
/test |
|
Successfully created a job for commit 87bccb2: |
mitmul
left a comment
There was a problem hiding this comment.
Just revising the document part. I will see the other part later.
Fix document Co-Authored-By: Shunta Saito <shunta.saito@gmail.com>
|
/test |
|
Successfully created a job for commit 89fc5ac: |
|
I discussed with @okuta offline and we concluded that this PR will be merged soon after confirming there's no critical issue in the current source and it can successfully be compiled. Then with other PRs, we'll add more tests for checking the calculation results using this feature and add more features like functions for sort/argsort etc. |
|
/test |
|
Successfully created a job for commit 6508fea: |
|
All tests have succeeded. |
|
Thank you very much! |
|
Thank you so much for implementing this in v7.0.0rc1! Greatly appreciated! |
I want to support AMD GPU environment via HIP.
This PR is related to #1117 .
Step 1: Install ROCm 2.7.0+
Please read this document
And, please install
hipblasandrocrand.Step 2: Set environment variables
And, please set
PATH.Step3: Install CuPy
or
Feature