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

assert failure on modern intel cpus with avx512_bf16 #3053

Closed
programmerjake opened this issue Jul 2, 2021 · 2 comments
Closed

assert failure on modern intel cpus with avx512_bf16 #3053

programmerjake opened this issue Jul 2, 2021 · 2 comments
Labels
bug Incorrect behavior in the current implementation that needs fixing

Comments

@programmerjake
Copy link

See upstream: gz/rust-cpuid#45 (comment)
Running into this issue via wasmtime PyPI package used by yowasp-yosys.
See also: YoWASP/yosys#22

@programmerjake programmerjake added the bug Incorrect behavior in the current implementation that needs fixing label Jul 2, 2021
@alexcrichton
Copy link
Member

Thanks for the report! It looks like this is coming from the raw-cpuid crate which was removed in #2607. Looking at yosys I think an older version of Wasmtime is being pulled in, so I think that this isn't a bug in Wasmtime itself but perhaps a place where the python wasmtime dep needs to be updated?

@programmerjake
Copy link
Author

Ok, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior in the current implementation that needs fixing
Projects
None yet
Development

No branches or pull requests

2 participants