gispos
3rd November 2024, 00:36
Win10-11 'hardware-accelerated-gpu-scheduling'
It has given me about 20% to 30% more speed in some GPU heavy applications.
A script with HDR UHD video and tone mapping to BT709 now runs with 40 fps in AvsPmod:
video=LWLibavVideoSource(SourceFile, cache=True, prefer_hw=1)
audio=LWLibavAudioSource(SourceFile, cache=True)
audioDub(video, audio)
ConvertBits(16)
DGHDRToSDR(white=1420, black=0, gamma=0.42, hue=0.00, r=1.00, g=1.00, b=1.15, tm=0.90, roll=0.70, fulldepth=false, impl="255", mode="pq")
prefetch(4)
I haven't noticed any disadvantages yet.
https://www.howtogeek.com/756935/how-to-enable-hardware-accelerated-gpu-scheduling-in-windows-11/
It has given me about 20% to 30% more speed in some GPU heavy applications.
A script with HDR UHD video and tone mapping to BT709 now runs with 40 fps in AvsPmod:
video=LWLibavVideoSource(SourceFile, cache=True, prefer_hw=1)
audio=LWLibavAudioSource(SourceFile, cache=True)
audioDub(video, audio)
ConvertBits(16)
DGHDRToSDR(white=1420, black=0, gamma=0.42, hue=0.00, r=1.00, g=1.00, b=1.15, tm=0.90, roll=0.70, fulldepth=false, impl="255", mode="pq")
prefetch(4)
I haven't noticed any disadvantages yet.
https://www.howtogeek.com/756935/how-to-enable-hardware-accelerated-gpu-scheduling-in-windows-11/