-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Error when compiling on a Mac (10.11.6) #1175
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
Comments
this is not the correct fix. as we mention in our readme, you have to set export MACOSX_DEPLOYMENT_TARGET=10.9 # if OSX |
Ah, okay. That makes sense. It hadn't occurred to because usually when I do an update I don't need to set the environmental variable and when I follow the instructions for installation I wouldn't see that error. Also, I am avoiding setting it in my Would it make sense to add a check in Thanks! edit: Sorry, one more comment -- in the |
this only applies on OSX and anaconda installs, so adding it to setup.py doesn't make sense here. |
Fixes pytorch#1129 Thread predicates are missing in generating unswitch conditions. This PR collects thread predicates from unswitched expressions, merge them and append the merged one into the generated unswitch Bool val. The main new logic is the merging of thread predicates at: ThreadPredicateMap::mergeForUnswitch. Other changes are mostly minor cosmetic ones. Co-authored-by: Naoya Maruyama <[email protected]> Co-authored-by: jiej <[email protected]>
…h#1175) Support for MIOpen immediate mode is not enabled in release branches required for the test_Conv2d_naive_groups test to pass https://ontrack-internal.amd.com/browse/SWDEV-355273 cherry-pick from ROCm@ad6db00
Bumps [rocm-docs-core](https://github.com/RadeonOpenCompute/rocm-docs-core) from 0.34.2 to 0.35.0. - [Release notes](https://github.com/RadeonOpenCompute/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v0.34.2...v0.35.0) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Got error:
Was able to fix this by adding
-stdlib=libc++
toextra_compile_args
insetup.py
:The text was updated successfully, but these errors were encountered: