Is "ismultithreaded" function exist?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Pierre Harouimi
il 3 Dic 2018
Risposto: Walter Roberson
il 3 Dic 2018
Is there a function to check if a MATLAB function is calculating in multithreaded computation approach? (Like "ismultithread(myfunction)")
0 Commenti
Risposta accettata
Walter Roberson
il 3 Dic 2018
Decision about using threading is left up to the execution engine . Some patterns of calculation can be converted into calls to BLAS or LAPACK but the execution engine only does so if the array are large enough with the boundary size depending on the particular pattern . Therefore whether particular code uses threading or not depends on the size of input and might not be possible to analyse statically .
0 Commenti
Più risposte (1)
Bruno Luong
il 3 Dic 2018
Modificato: Bruno Luong
il 3 Dic 2018
Not that I'm aware of, in any case they will give out such information since they (TMW) have a habit to consider speed optimization is their buisiness.
0 Commenti
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!