You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thought it was AMF issue during original testing, but after expanding on it discovered that problem lies mainly in --avsw interaction and --pa, when --vpp-resize [amf_bilinear / amf_bicubic / amf_fsr] scaler is being utilized.
Also... Side question @rigaya . Is there any particular reason that AV1 codec forces --avsw flag to decoder on RX 7000 GPU's? (and RX 6000 GPU's as well, i assume?). Because HW decoder is capable for decoding AV1 on these GPU's. Or was that done to increase general compatability with older GPU while using autoconfiguration of non-specified parameters?
The text was updated successfully, but these errors were encountered:
This problem can now be avoided by a workaround in VCEEnc 8.23.
It seems like that it gets stuck(freezed) when calling QueryOutput of HQScaler, when PreAnalysis is running and the input frame is coming from avsw via host memory. I found out that by explicitly converting the frame in host memory to device memory, the problem can be avoided ( 342b394 ).
Is there any particular reason that AV1 codec forces --avsw flag to decoder on RX 7000 GPU's?
Yes. Currently, I have problem that AV1 hw decoder crushes when sending input bitstream (when calling SubmitInput). As I'm not sure of the cause, I am have AV1 hw decoder to be disabled.
Full details here:
GPUOpen-LibrariesAndSDKs/AMF#456
Thought it was AMF issue during original testing, but after expanding on it discovered that problem lies mainly in
--avsw
interaction and--pa
, when--vpp-resize
[amf_bilinear
/amf_bicubic
/amf_fsr
] scaler is being utilized.How trace level log looks like:
Also... Side question @rigaya . Is there any particular reason that AV1 codec forces --avsw flag to decoder on RX 7000 GPU's? (and RX 6000 GPU's as well, i assume?). Because HW decoder is capable for decoding AV1 on these GPU's. Or was that done to increase general compatability with older GPU while using autoconfiguration of non-specified parameters?
The text was updated successfully, but these errors were encountered: