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

[Bugfix] Fix compilation error since python 3.11 and macOS #8

Merged
merged 1 commit into from
Sep 23, 2023

Conversation

xhmelon
Copy link
Contributor

@xhmelon xhmelon commented Sep 19, 2023

bfloat16 could not be built since Python 3.11, for Py_TYPE has been deprecated since Python 3.9, see PEP 674 and Common Object Structures docs for details. This issue was covered in #5.
bfloat16 could not be built on macOS, because C++11 flag is not enabled by default in clang. This issue was covered in #7.

bfloat16 could not be built since Python 3.11, for Py_TYPE has been
deprecated since Python 3.9, see PEP 674 and Common Object
Structures docs for details. This issue was covered in GreenWaves-Technologies#5.
bfloat16 could not be built on macOS, because C++11 flag is not
enabled by default in clang. This issue was covered in GreenWaves-Technologies#7.
@sousoux sousoux merged commit cc4e44a into GreenWaves-Technologies:main Sep 23, 2023
@sousoux
Copy link
Contributor

sousoux commented Sep 23, 2023

Thanks for the fixes

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