Skip to content
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

Update ROCm 2.4 #20253

Closed
wants to merge 4 commits into from
Closed

Update ROCm 2.4 #20253

wants to merge 4 commits into from

Conversation

bddppq
Copy link
Contributor

@bddppq bddppq commented May 8, 2019

@pytorchbot pytorchbot added the module: ci Related to continuous integration label May 8, 2019
@bddppq bddppq requested review from pjh5 and kostmo May 8, 2019 00:39
@bddppq bddppq changed the title Update docker images to use ROCm 2.4 Update ROCm 2.4 May 8, 2019
@bddppq bddppq requested a review from houseroad May 8, 2019 03:47
Copy link
Member

@houseroad houseroad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@@ -149,7 +149,7 @@ def parse_proto(x):
inout_path = os.path.join(temp_dir, 'inout.npz')

# load serialized input and output
loaded = np.load(inout_path, encoding='bytes')
loaded = np.load(inout_path, encoding='bytes', allow_pickle=True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happened here lol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newest numpy changed the default value to False for security reason, in our case it's pretty safe since the serialized test files were generated by us.

@facebook-github-bot
Copy link
Contributor

@bddppq merged this pull request in cd72be2.

@bddppq bddppq deleted the rocm-2.4 branch May 8, 2019 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merged module: ci Related to continuous integration module: rocm AMD GPU support for Pytorch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants