Use fmin and fmax for HIP environment#1116
Conversation
|
Sorry, I can't understand its background. Please write why this fix is required. |
|
OK, I removed to-be-backported label. |
|
I resolved conflict. |
|
Jenkins CI test (for commit 1f10bbc) failed with status FAILURE. |
|
jenkins, test this please. |
|
Jenkins CI test (for commit 4e33247) succeeded without errors! |
|
@unnonouno Test was passed. Cloud you review this? |
|
HIP doesn't have such behavior. So, this PR fix it. |
|
jenkins test this please |
|
OK, I understand the problem. Usually we need to use |
|
LGTM |
|
Jenkins CI test (for commit 4e33247) succeeded without errors! |
|
Do we need to backport it? |
|
Maybe no. |
This PR is related to #1094 and #1117 .
numpy.fmaxcomplies with std cfmaxfunction. But,minbehaves same asfminin CUDA. It is a little strange.HIP doesn't have such behavior. So, this PR fix it.