FocusLuo

Results 5 issues of FocusLuo

To use the latest commit on master of yami and libva/intel-driver Test CMD: yamivpp .//1920x1080.nv12 -s 59 ./1920x1080.yv12 yamivpp .//1920x1080.yv12 -s 59 ./1280x720.i420

add string api support for ffmpeg-qsv 1, enable on DG2 fistly 2, the patch comments will update later after some times reviews done

yamiencode -c HEVC -s P010 -W 3840 -H 2160 -i ./4K_3840x2160.P010 -o ./4K_3840_2160_rc0_ipb_gop30_fps30_qp50_lcu32.h265 --qp 50 --ipperiod 2 --intraperiod 30 libva info: VA-API version 0.40.0 libva info: va_getDriverName() returns 0 libva...

[INTEL_HPU] UT test_fused_fp8_flatPA_proj move out

contributor

1, how to reproduce: mkdir /path_to_repo/PaddleCustomDevice/backends/intel_hpu/build cd /path_to_repo/PaddleCustomDevice/backends/intel_hpu/build cmake .. make -j16 pip install --force-reinstall dist/*.whl cd ../custom_ops python setup.py install export PYTHONPATH=/path_to_repo/PaddleCustomDevice/python/:/path_to_repo//PaddleCustomDevice/Paddle/test/legacy_test/:$PYTHONPATH export GC_KERNEL_PATH=/usr/local/lib/python3.10/dist-packages/paddle_custom_device/intel_hpu/libcustom_tpc_perf_lib.so:$GC_KERNEL_PATH cd /path_to_repo/PaddleCustomDevice/backends/intel_hpu/tests/unittests/ python test_reduce_sum.py python...