Toshiki Teramura

Results 98 issues of Toshiki Teramura

STEP files are sometimes very large, and may take a long time and memory for loading them. Micro and integrated benchmarks should be easily accessible to detect/evaluate speed down/up of...

Some test fails randomly because they use random vectors without fixing its value via seed. This reduces the worth of auto-testing since we have to check the CI failure is...

From https://github.com/blas-lapack-rs/openblas-src/pull/92#issuecomment-1345185612 > Currently, openblas-build checks libopenblas.so contains LAPACK symbols because OpenBLAS build system had not built Fortran-based LAPACK routines even if NO_LAPACK is not set. On 0.3.21 this situation...

Dependabot is a bot to create a pull request automatically when the external package is updated, i.e. This will create PR like #76 or #85. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates I have tested it...

As used in example code https://github.com/maoe/openblas-src/blob/print-config-fix/openblas-src/examples/config.rs to check OpenBLAS version for #60. This will be helpful in several context, and it worth including to openblas-src crate.

Split from https://github.com/blas-lapack-rs/openblas-src/issues/44#issuecomment-748438531 and merges #49 issue because it is resolved by introducing of openblas-build crate on Linux. macOS support of openblas-build crate looks have several problems. - https://github.com/blas-lapack-rs/openblas-src/runs/1399358056 -...

macos

I try to compile this crate with intel-compiler (ifort) and succeed by rewriting dylib specification in `build.rs`. https://github.com/termoshtt/openblas-src/pull/1/files Do you have any plan to support intel compiler? If you are...

help wanted

# Why This crate supports cross-compilation, e.g. we can compile OpenBLAS for ARM system like RasPi on x86_64 desktop machine. But I broke this feature as reported in #101 and...

cross-compile

- [ ] implicit Euler (ieuler) - [ ] [diagonally implicit runge-kutta (dirk)](http://epubs.siam.org/doi/abs/10.1137/0714068)

Confirm the current implementation of CLV reproduces the past studies. [Ginelli et al.] ----------------------------------------------- - arxiv: https://arxiv.org/abs/1212.3961 - title: Covariant Lyapunov vectors ### TODOs - [ ] Henon Map [Takeuchi...