Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging Updates - RPM package changes #328

Merged
merged 2 commits into from
May 1, 2024

Conversation

kiritigowda
Copy link
Collaborator

  • mesa-amdgpu-va-drivers added to RPM
  • SLES - libva2 cavet
  • Readme updates

@kiritigowda
Copy link
Collaborator Author

Ubuntu

cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
kiriti@simon:~/develop/rocdecode-kiriti/build$ make test
Running tests...
Test project /home/kiriti/develop/rocdecode-kiriti/build
    Start 1: video_decode-H265
1/1 Test #1: video_decode-H265 ................   Passed    4.15 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   4.15 sec

@kiritigowda
Copy link
Collaborator Author

@AryanSalmanpour -- concerning failure on RHEL

1: Running test command: "/tmp/grpc/build/samples/videoDecode/videodecode" "-i" "/root/hostDrive/rocdecode-kiriti/rocdecode/data/videos/AMD_driving_virtual_20-H265.mp4"
1: Test command failed: /tmp/grpc/build/samples/videoDecode/videodecode
1: info: Input file: AMD_driving_virtual_20-H265.mp4
1: info: Using GPU device 0 - AMD Radeon PRO W6800[gfx1030] on PCI bus 0b:00.0
1: info: decoding started, please wait!
1: Input Video Information
1: 	Codec        : H.265/HEVC
1: 	Frame rate   : 30000/1001 = 29.97 fps
1: 	Sequence     : Progressive
1: 	Coded size   : [2048, 1024]
1: 	Display area : [0, 0, 2048, 1024]
1: 	Chroma       : YUV 420
1: 	Bit depth    : 8
1: Video Decoding Params:
1: 	Num Surfaces : 7
1: 	Crop         : [0, 0, 2048, 1024]
1: 	Resize       : 2048x1024
1: 
1: HIP failure: hipImportExternalMemory(&hip_interop_[pic_idx].hip_ext_mem, &external_mem_handle_desc) failed with 'status: hipErrorInvalidValue' at /root/hostDrive/rocdecode-kiriti/rocdecode/src/rocdecode/roc_decoder.cpp:139
1: [ERR]  {rocDecParseVideoData}   { HandlePictureDisplay } rocDecGetVideoFrame(roc_decoder_, pDispInfo->picture_index, src_dev_ptr, src_pitch, &video_proc_params) returned ROCDEC_RUNTIME_ERROR at /root/hostDrive/rocdecode-kiriti/rocdecode/utils/rocvideodecode/roc_video_dec.cpp:663
1:  { DecodeFrame } rocDecParseVideoData(rocdec_parser_, &packet) returned ROCDEC_RUNTIME_ERROR at /root/hostDrive/rocdecode-kiriti/rocdecode/utils/rocvideodecode/roc_video_dec.cpp:805
1: 
1/1 Test #1: video_decode-H265 ................***Failed    3.79 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   3.79 sec

The following tests FAILED:
	  1 - video_decode-H265 (Failed)

@kiritigowda
Copy link
Collaborator Author

@AryanSalmanpour ready to be merged. This Fixes mainline tests.

@AryanSalmanpour AryanSalmanpour merged commit 68d8b62 into ROCm:develop May 1, 2024
5 of 7 checks passed
@kiritigowda kiritigowda deleted the kg/package-deps-2 branch June 11, 2024 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants