Example of a multi-threaded MEX function, that can easily be adapted
Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Max_in_place is a sample MEX file that shows a generic framework for multi-threaded processing in MEX functions.
Syntax: max_in_place(matrix1, matrix2)
The 2 input matrices must be real non-sparse and have the same number of elements. The matrix1 input is updated in-place (without memory reallocation) with the maximal value of corresponding elements in the two matrices.
Multi-threading is controlled via Matlab's builtin maxNumCompThreads function.
The code can easily be adapted for other processing types.
A detailed description is found at: http://UndocumentedMatlab.com/blog/multi-threaded-mex
Citation pour cette source
Yair Altman (2026). max_in_place - example of multi-threaded MEX function (https://fr.mathworks.com/matlabcentral/fileexchange/68237-max_in_place-example-of-multi-threaded-mex-function), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Viewer3D, Mex Multithreading
A inspiré : Simpler MEX Multi-Threading w/ a Persistent Thread Pool, Multi-Threading w/ MEX: Adding Two Vectors
Informations générales
- Version 1.0.4 (10,3 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.4 | Added reference to Dirk-Jan Kroon'ssubmissions |
||
| 1.0.3 | Yet another attempt to update the screenshot... |
||
| 1.0.2 | another attempt to upload a screenshot... |
||
| 1.0.1 | screenshot img |
||
| 1.0.0 |
