rigaya / QSVEnc

QSVによる高速エンコードの性能実験
http://rigaya34589.blog135.fc2.com/blog-category-10.html
Other
313 stars 28 forks source link

Since 7.40 --vpp-colorspace failes on intel A380 #149

Closed UnAnalogFG closed 1 year ago

UnAnalogFG commented 1 year ago

Hi

7.36 seems to be last working version on A380 for encoding with --vvp-colorspace "hdr2sdr=hable" since 7.40 it fails with an initialization error on OpenCL (tested with 7.45)


building OpenCL source: size 30234. options: -D TYPE=ushort -D TYPE4=ushort4 -D bit_depth=16 -D IS_OPENCL=1 source

build log of Intel(R) Arc(TM) A380 Graphics... 3:730:20: error: use of undeclared identifier 'ind' { -nan(ind)f, -nan(ind)f, -nan(ind)f }, ^ 3:731:20: error: use of undeclared identifier 'ind' { -nan(ind)f, -nan(ind)f, -nan(ind)f }, ^ 3:732:20: error: use of undeclared identifier 'ind' { -nan(ind)f, -nan(ind)f, -nan(ind)f } ^ Error (clBuildProgram): build program failure.

. . .

colorspace: failed to load RGY_FILTER_COLORSPACE_CL(m_colorspace) OPENCL: Error while running filter "colorspace". Break in task OPENCL: OpenCL crushed..


Environment Info Intel Media SDK API v2.09 libmfxhw64.dll : v2.09

OS : Windows 10 x64 (19045) [UTF-8] CPU: AMD Ryzen 9 7950X 16-Core Processor [4.57GHz] (16C/32T) RAM: Used 6044 MB, Total 65239 MB GPU: Intel Arc A380 Graphics (128EU) 300-2450MHz (31.0.101.4369)

rigaya commented 1 year ago

Thank you for reporting, QSVEnc 7.46 shall fix this issue.

UnAnalogFG commented 1 year ago

Thanks, works :)