-
Notifications
You must be signed in to change notification settings - Fork 256
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
Encoder crashes with target-cpu=native on Ryzen R7 2700X #1954
Comments
As of a few days ago I had no problem encoding in native mode, so unless one of the most recent two commits broke it, a sample to reproduce it would be helpful. |
Both 8 bit and 10 bit samples can be found here: https://mega.nz/#F!dFUWkCKK!vB73_UAit1v2v_KjI-qH2Q |
Tested on linux with your 8bit sample 1622e66 and
On windows using mingw64:
|
Can you please tell me the compiler version and if using
Is still causing problems? |
It seems I can't build some dependencies with
Building for Linux with So there's somehow an issue with targeting |
I typoed |
Passing `RUSTFLAGS="-C target-feature=+avx2" I cannot still reproduce the problem here. |
For info, |
Indeed compiling with |
I guess we should suggest to not use the |
Specifically with WSL, anyway. I have no problems using |
Since it's so specific, this can be closed? |
Probably it could be reported upstream, but I guess there isn't much we can do on our side :) |
Hey, I believe this is already fixed upstream: rust-lang/rust#63959 although it won't be released until Rust 1.41 |
Hi,
Build from master, 1622e66
I've been building rav1e with this command in WSL:
The produced binary crashes with this command line:
And error
However building without target-cpu and the p20191215 binary works.
For a 10 bit input, rav1e also stops before the encoding starts, without error or panic.
The selected CPU level is AVX2, for a Ryzen R7 2700X.
The text was updated successfully, but these errors were encountered: