how to use the same BLAS version with two different computers that have the same matlab version
7 ビュー (過去 30 日間)
古いコメントを表示
Hi,
We have two different computers that have the same matlab version (9.9.0.1718557 (R2020b) Update 6), but their BLAS version is different:
for the first (Intel Core i7-11850H, windows 10 business) 'version -blas' returns:
'Intel(R) Math Kernel Library Version 2019.0.3 Product Build 20190125 for Intel(R) 64 architecture applications, CNR branch unknown'
for the second (Intel Core i7-10710U, windows 10 pro) 'version -blas' returns:
'Intel(R) Math Kernel Library Version 2019.0.3 Product Build 20190125 for Intel(R) 64 architecture applications, CNR branch AVX2'
How can we make the first computer use the same BLAS version as the second computer?
thanks!
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!