Borrar filtros
Borrar filtros

physical and logical cores

2 visualizaciones (últimos 30 días)
arnaud ensberg
arnaud ensberg el 25 de En. de 2016
Editada: Image Analyst el 25 de En. de 2016
Hello
Please, how I can use the four physical cores.
feature('numCores');
MATLAB detected: 4 physical cores.
MATLAB detected: 4 logical cores.
MATLAB was assigned: 4 logical cores by the OS.
MATLAB is using: 4 logical cores.
It's using only logical cores, not physical cores.

Respuesta aceptada

James Tursa
James Tursa el 25 de En. de 2016
MATLAB typically will use multiple cores automatically for functions that are programmed to use them. E.g., large matrix multiplies will use multiple cores in the background without the user needing to specify that multiple cores should be used. Is there something specific that you are doing that you think should be using multiple cores but isn't?
  1 comentario
arnaud ensberg
arnaud ensberg el 25 de En. de 2016
but why it uses just 4 logical cores

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by