Skip to content

Nightly is outdated #560

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

Closed
RalfJung opened this issue Jan 2, 2020 · 5 comments
Closed

Nightly is outdated #560

RalfJung opened this issue Jan 2, 2020 · 5 comments

Comments

@RalfJung
Copy link
Member

RalfJung commented Jan 2, 2020

"Nightly" on https://play.rust-lang.org/ currently is from 2019-12-29, so a few days outdated. Looks like something is going wrong with the nightly updates.

(Also it seems impossible to copy-paste the version number from playground, which makes reporting such bugs more annoying that it would have to be...)

@RalfJung
Copy link
Member Author

RalfJung commented Jan 2, 2020

From the CI logs, this looks like a build failure in matrixmultiply-0.2.3:

error: array lengths can't depend on generic parameters
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/matrixmultiply-0.2.3/src/sgemm_kernel.rs:223:40
    |
223 |     let mut ab = [_mm256_setzero_ps(); MR];
    |                                        ^^

Cc bluss/matrixmultiply#50

@shepmaster
Copy link
Member

Also it seems impossible to copy-paste the version number from playground,

That’s a web browser limitation, as the text is inside a button. You’ll see I’ve added CSS to enable this but it only works in Chrome, IIRC.

@shepmaster
Copy link
Member

Actually I might not have added that CSS. I’ll see if I can easily.

@shepmaster
Copy link
Member

And the direct upstream issue is rust-lang/rust#67743

@RalfJung
Copy link
Member Author

rustc is fixed, and nightly is updating again :)

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

No branches or pull requests

2 participants