Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Desktop Hardware
Is internal GPU used at all?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="LopeDeAguirre" data-source="post: 1887043" data-attributes="member: 408334"><p>I think my computer is fine, thanks.</p><p></p><p>I did some testing and found the following. Hardware seems to be assigned to a task at Apple's discretion. With ffmpeg one can transcode</p><p>ffmpeg -i x.mkv -c:v h264_videotoolbox y.mkv</p><p>In the example, the videotoolbox seems to use Quicksync. At least the execution is quite fast and the "GFX AVG" goes up to 0.15, so I assume it is Quicksync, which I think is running on integrated GPU hardware. </p><p></p><p>[Fun fact: Trying instead</p><p>ffmpeg -i x.mkv -c:v hevc_videotoolbox y.mkv</p><p>shows "GFX AVG = 0,00", but it is still very fast. It seems to use not Quicksync on the iGPU but the T2 instead, because it features hardware hevc compression.]</p><p></p><p>Seems the hardware selection is transparent to the user and (of course) dependent on what is available, which makes sense.</p><p></p><p>Ok, at least the GPU hardware on the CPU can be made use of via libraries - maybe it happens also elsewhere.</p></blockquote><p></p>
[QUOTE="LopeDeAguirre, post: 1887043, member: 408334"] I think my computer is fine, thanks. I did some testing and found the following. Hardware seems to be assigned to a task at Apple's discretion. With ffmpeg one can transcode ffmpeg -i x.mkv -c:v h264_videotoolbox y.mkv In the example, the videotoolbox seems to use Quicksync. At least the execution is quite fast and the "GFX AVG" goes up to 0.15, so I assume it is Quicksync, which I think is running on integrated GPU hardware. [Fun fact: Trying instead ffmpeg -i x.mkv -c:v hevc_videotoolbox y.mkv shows "GFX AVG = 0,00", but it is still very fast. It seems to use not Quicksync on the iGPU but the T2 instead, because it features hardware hevc compression.] Seems the hardware selection is transparent to the user and (of course) dependent on what is available, which makes sense. Ok, at least the GPU hardware on the CPU can be made use of via libraries - maybe it happens also elsewhere. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Desktop Hardware
Is internal GPU used at all?
Top