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

Compile failure on example (intel-mkl-src) #21

Closed
OmnipotentEntity opened this issue Nov 22, 2019 · 2 comments
Closed

Compile failure on example (intel-mkl-src) #21

OmnipotentEntity opened this issue Nov 22, 2019 · 2 comments

Comments

@OmnipotentEntity
Copy link

When attempting to compile an example application, using the suggested cargo invocation on crates.io (autograd = { version = "0.9.5", features = ["mkl"] }), I get the following error:

error: failed to run custom build command for `intel-mkl-src v0.2.5`

Caused by:
  process didn't exit successfully: `/path/to/project/target/debug/build/intel-mkl-src-2710610bac526c6f/build-script-build` (exit code: 101)
--- stdout
Downlaod archive

--- stderr
thread 'main' panicked at 'check sum of downloaded archive is incorrect: md5sum=d41d8cd98f00b204e9800998ecf8427e', /path/to/.cargo/registry/src/github.com-1ecc6299db9ec823/intel-mkl-src-0.2.5/build.rs:88:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

Workaround is possible by simply not using mkl.

@OmnipotentEntity
Copy link
Author

Further, actually running the LSTM example results in a panic:

thread 'main' panicked at 'Shape error: placeholder required [-1, 2], but got [2, 3]',

@raskr
Copy link
Owner

raskr commented Jan 4, 2020

Fixed the bug in LSTM example, but I couldn't reproduce the checksum problem...

@raskr raskr closed this as completed Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants