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

[mac] Fix external_func test failures on arm backend #4733

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

ailzhang
Copy link
Contributor

@ailzhang ailzhang commented Apr 7, 2022

These tests failed on my M1 mac when building from source. It passed CI
machine mainly because the tests were skipped due to
https://github.com/taichi-dev/taichi/blob/master/tests/python/test_external_func.py#L13.

We actually limit external_func to x64 backend not cpu.
(Although I've tried on arm64 and it worked, I'll leave enabling it on
arm64 to a separate PR)

Related issue = #

These tests failed on my M1 mac when building from source. It passed CI
machine mainly because the tests were skipped due to
https://github.com/taichi-dev/taichi/blob/master/tests/python/test_external_func.py#L13.

We actually limit external_func to `x64` backend not `cpu`.
(Although I've tried on arm64 and it worked, I'll leave enabling it on
arm64 to a separate PR)
@netlify
Copy link

netlify bot commented Apr 7, 2022

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit a172ed4
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/624e627aec801200096f7e50

@ailzhang ailzhang requested a review from qiao-bo April 7, 2022 06:06
Copy link
Collaborator

@qiao-bo qiao-bo left a comment

Choose a reason for hiding this comment

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

LGTM!

@qiao-bo qiao-bo merged commit bc50000 into taichi-dev:master Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants