Jianshu_Zhao
Jianshu_Zhao
Hello @matthagan15 , But my question how to use accelerate backend to replace openblas, I am using openblas actually. That is to say accelerate is only for blas, but not...
I also tried uninstall openblas on my system but has error with the same above configuration: error: linking with `cc` failed: exit status: 1 | = note: LC_ALL="C" PATH="/Users/jianshuzhao/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin:/Users/jianshuzhao/miniconda3/condabin:/usr/local/bin:/Users/jianshuzhao/Github/bowtie2-2.5.0-macos-arm64:/opt/homebrew/bin:/Users/jianshuzhao/bin:/opt/homebrew/opt/bzip2/bin:/Users/jianshuzhao/Github/mummer-4.0.0beta5/bin:/Users/jianshuzhao/go/bin:/Users/jianshuzhao/Github/hmmer-h3-arm/bin:/opt/homebrew/opt/llvm/bin:/opt/homebrew/opt/openjdk/bin:/opt/homebrew/Cellar/coreutils/9.1/bin:/opt/homebrew/opt/ruby/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/jianshuzhao/.cargo/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/opt/X11/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin" VSLANG="1033"...
Hello @matthagan15 , Many thanks! the problem is solved!! Greatly appreciated openblas must be uninstalled first and then it is successful: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate (compatibility version 1.0.0, current version 4.0.0) /usr/lib/libiconv.2.dylib (compatibility...
Hello @matthagan15 , I have ran into another case where: ndarray = {version = "0.15", features=["rayon", "serde","blas"]} ndarray-linalg = {version = "0.16", default-features = false} lapacke = {version = "0.5"}...
Hello All, I want to bring this up again, I recently ran into the ARM performance library (https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Libraries) (or for MacOS: https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/first-macos-release-of-arm-performance-libraries), which is just ARM version of OpenBLAS but...
Hello all, How long does it take for the populating step to be killed after the previous step? It has been 5 hours on my machine. It is a pity...
Yes. I was able to solve it. The populating step takes more than 25 hours (other steps before it only several hours). Just be patient and allow at least 600G...
Hello Pierre, Yes I can run it using rosetta after trying. Just wondering whether there will be neon instruction support such as x86, which will be faster and more convenient...
Hello again, the brew install channel is not working for the same reason I think because I have no problem on intel MACs? Last 15 lines from /Users/jianshuzhao/Library/Logs/Homebrew/epa-ng/02.make: __cpuid_count(__leaf, __subleaf,...
Hello Andrii, I would be also happy to read the Chinese version(you know I am from China). I am working on implement those structures in Rust,a high performance compiling language...