Skip to content

Conversation

jario-jin
Copy link
Contributor

add platform.machine() == 'aarch64' for supporting Nvidia TX2

add platform.machine() == 'aarch64' for supporting Nvidia TX2
setup.py Outdated
IS_DARWIN = (platform.system() == 'Darwin')
IS_LINUX = (platform.system() == 'Linux')
IS_PPC = (platform.machine() == 'ppc64le')
IS_PPC_AAR = (platform.machine() == 'ppc64le' or platform.machine() == 'aarch64')

This comment was marked as off-topic.

This comment was marked as off-topic.

add
IS_ARM = (platform.machine() == 'aarch64')
# ppc64le and aarch64 do not support MKLDNN
if IS_PPC or IS_ARM:
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.

@soumith is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants