File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ the performance to the expected state, please open an issue and we will improve
2626This is addressed in the [ JuliaCon 2022 video] ( https://www.youtube.com/watch?v=JWI34_w-yYw&t=182s ) . This happens in
2727a few ways:
2828
29- 1 . The Fortran/C code that NumPy/SciPy uses is actually slow. It's [ OpenBLAS] ( https://github.com/xianyi /OpenBLAS ) ,
29+ 1 . The Fortran/C code that NumPy/SciPy uses is actually slow. It's [ OpenBLAS] ( https://github.com/OpenMathLib /OpenBLAS ) ,
3030 a library developed in part by the Julia Lab back in 2012 as a fast open source BLAS implementation. Many
3131 open source environments now use this build, including many R distributions. However, the Julia Lab has greatly
3232 improved its ability to generate optimized SIMD in platform-specific ways. This, and improved multithreading support
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Pkg.add("LinearSolve")
2323## Contributing
2424
2525 - Please refer to the
26- [ SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://github.com/SciML/ColPrac/blob/master/README.md )
26+ [ SciML ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://github.com/SciML/ColPrac )
2727 for guidance on PRs, issues, and other matters relating to contributing to SciML.
2828
2929 - See the [ SciML Style Guide] ( https://github.com/SciML/SciMLStyle ) for common coding practices and other style decisions.
You can’t perform that action at this time.
0 commit comments