Conversation
Bring our fork up to date.
Merge from upstream master into our fork.
sync w/ upstream
add pyHIPIFY to PyTorch repo
Update the copyright dates and reflect the reality that this has been a collaborative effort between AMD and Facebook in the last years.
Script is now included in pytorch source.
first round of changes to update PR
merge from upstream
This reverts commit 864dbe4.
next round of fixes to address comments
merge from upstream
After discussion in review, disable flake8 on pyHIPIFY for now.
|
|
||
| # This environment variable enabled HCC Optimizations that speed up the linking stage. | ||
| # https://github.com/RadeonOpenCompute/hcc#hcc-with-thinlto-linking | ||
| # export KMTHINLTO=1 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
| aten_set_target_props(caffe2_hip) | ||
| ENDIF() | ||
| # Set standard properties on the target | ||
| aten_set_target_props(caffe2_hip) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Merge from upstream
Merge from upstream (to week29, fixes merge conflict)
…s_for_ROCm Rename BUILT_WITH_ROCM to TEST_WITH_ROCM and move to test.py
|
resolved merge conflicts. @jithunnair-amd could you review to ensure I didn't screw anything up? thanks! |
|
@iotamudelta LGTM |
|
@pytorchbot retest this please |
| git clone --recursive https://github.com/ROCmSoftwarePlatform/Thrust.git /data/Thrust | ||
| rm -rf /data/Thrust/thrust/system/cuda/detail/cub-hip | ||
| git clone --recursive https://github.com/ROCmSoftwarePlatform/cub-hip.git /data/Thrust/thrust/system/cuda/detail/cub-hip | ||
| cd /data/Thrust/thrust/system/cuda/detail/cub-hip && git checkout hip_port_1.7.4_caffe2 && cd - |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
ezyang
left a comment
There was a problem hiding this comment.
seems basically reasonable, but I see a Docker image change. Someone will need to deploy that change.
facebook-github-bot
left a comment
There was a problem hiding this comment.
ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
This needs a merge with master before I can land |
|
@jithunnair-amd I've merged again, could you check again w/ a second pair of eyes? Thanks! |
| set(PYTORCH_FOUND_HIP TRUE) | ||
|
|
||
| ### Remove setting of Flags when FindHIP.CMake PR #558 is accepted.### | ||
| # https://github.com/ROCm-Developer-Tools/HIP/pull/558 # |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
facebook-github-bot
left a comment
There was a problem hiding this comment.
ezyang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: In this changeset: * improvements to `hipify-python.py` * marking unit tests broken for ROCm * reducing the number of jobs for the built to avoid out of memory issues * switch to Thrust/cub-hip master for the CI Pull Request resolved: pytorch/pytorch#9653 Differential Revision: D9117791 Pulled By: ezyang fbshipit-source-id: a6c3c7b81f2bda9825974bf9bf89a97767244352
Summary: In this changeset: * improvements to `hipify-python.py` * marking unit tests broken for ROCm * reducing the number of jobs for the built to avoid out of memory issues * switch to Thrust/cub-hip master for the CI Pull Request resolved: pytorch#9653 Differential Revision: D9117791 Pulled By: ezyang fbshipit-source-id: a6c3c7b81f2bda9825974bf9bf89a97767244352
In this changeset:
hipify-python.py