how to use the same BLAS version with two different computers that have the same matlab version
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Andrea Amorosi
el 16 de Ag. de 2022
I have the same issue.
I hope someone can give an answer.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!