Offload figure graphic computations from NVIDIA to local intel GPU
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an application where resource-intensive computations are being performed on an NVIDIA GPU, and many figures containing status information, data plots and 3D graphics are being updated as processed data is retrieved from the GPU. Currently, Matlab is using the installed NVIDIA GPU for both the computations and figure displays. Is it possible to perform the figure graphics updates on the local Intel graphics GPU rather than on the NVIDIA GPU to prevent resource competition?
0 Kommentare
Antworten (1)
Walter Roberson
am 31 Mai 2023
https://superuser.com/questions/1657952/disabling-nvidia-gpu-for-routine-tasks shows how to change your graphics card preference to the Intel GPU
Beyond that: some models of NVIDIA cards (higher-end ones only!! ) can be configured in TCC (Tesla Compute Cluster) mode on Windows, which disables use as a graphics card and can produce higher efficiency. The models I find listed as generally supporting TCC are some Tesla class, a number of Quadro class, and some Titan models. GeForce models do not typically support TCC.
I am having difficulty finding any list of current TCC support.
Siehe auch
Kategorien
Mehr zu GPU Computing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!