ROCm / rocAL

The AMD rocAL is designed to efficiently decode and process images and videos from a variety of storage formats and modify them through a processing graph programmable by the user.
https://rocm.docs.amd.com/projects/rocAL/en/master/index.html
MIT License
10 stars 13 forks source link

rocAL V2.0.0 - Updates and fixes #131

Closed kiritigowda closed 2 months ago

kiritigowda commented 2 months ago

@rrawther @LakshmiKumar23 -- review latest docs - https://advanced-micro-devices-demo--131.com.readthedocs.build/projects/rocAL/en/131/

kiritigowda commented 2 months ago

@LakshmiKumar23 - look into this issue

14: Running test command: "/home/kiriti/develop/rocal-kiriti/build/tests/cpp_api/video_tests/video_tests" "/opt/rocm/share/rocal/test/data/videos/AMD_driving_virtual_20.mp4"
14: Test command failed: /home/kiriti/develop/rocal-kiriti/build/tests/cpp_api/video_tests/video_tests
14: Batch size : 1
14: Sequence length : 1
14: Frame step : 1
14: Frame stride : 1
14: OK: OpenVX using GPU device - 0: AMD Radeon PRO W6800 [gfx1030] with 60 CUs on PCI bus 0b:00.0
14: OK: loaded 114 kernels from libvx_rpp.so
14: 
14: >>>> VIDEO READER
14: 
14: Remaining images 601
14: Augmented copies count 1
14: output width 2048 output height 1024 color planes 3
14: Load     time 1532
14: Decode   time 83455201
14: Process  time 1353638
14: Transfer time 83407902
14: >>>>> 601 images/frames Processed. Total Elapsed Time 83 sec 470433 us 
14: 
14: *** Exception executing: Segmentation fault
14/14 Test #14: video_tests ........................***Failed   87.66 sec

93% tests passed, 1 tests failed out of 14

Total Test time (real) = 206.70 sec

The following tests FAILED:
     14 - video_tests (Failed)
Errors while running CTest
make: *** [Makefile:107: test] Error 8
kiritigowda commented 2 months ago

@rrawther @LakshmiKumar23 - package creation

make
[  1%] Built target rocAL_hip
[ 97%] Built target rocal
[100%] Built target rocal_pybind
kiriti@simon:~/develop/rocal-kiriti/build$ sudo make package
[  1%] Built target rocAL_hip
[ 97%] Built target rocal
[100%] Built target rocal_pybind
Run CPack packaging tool...
CPack: Create package using TGZ
CPack: Install projects
CPack: - Run preinstall target for: rocal
CPack: - Install project: rocal []
CPack: Create package
CPack: - package: /home/kiriti/develop/rocal-kiriti/build/rocal-2.0.0-Linux.tar.gz generated.
CPack: Create package using ZIP
CPack: Install projects
CPack: - Run preinstall target for: rocal
CPack: - Install project: rocal []
CPack: Create package
CPack: - package: /home/kiriti/develop/rocal-kiriti/build/rocal-2.0.0-Linux.zip generated.
CPack: Create package using DEB
CPack: Install projects
CPack: - Run preinstall target for: rocal
CPack: - Install project: rocal []
CPack: -   Install component: runtime
CPack: -   Install component: dev
CPack: -   Install component: test
CPack: Create package
CPack: - package: /home/kiriti/develop/rocal-kiriti/build/rocal-dev_2.0.0-local_amd64.deb generated.
CPack: - package: /home/kiriti/develop/rocal-kiriti/build/rocal_2.0.0-local_amd64.deb generated.
CPack: - package: /home/kiriti/develop/rocal-kiriti/build/rocal-test_2.0.0-local_amd64.deb generated.
LakshmiKumar23 commented 2 months ago

@LakshmiKumar23 - look into this issue

14: Running test command: "/home/kiriti/develop/rocal-kiriti/build/tests/cpp_api/video_tests/video_tests" "/opt/rocm/share/rocal/test/data/videos/AMD_driving_virtual_20.mp4"
14: Test command failed: /home/kiriti/develop/rocal-kiriti/build/tests/cpp_api/video_tests/video_tests
14: Batch size : 1
14: Sequence length : 1
14: Frame step : 1
14: Frame stride : 1
14: OK: OpenVX using GPU device - 0: AMD Radeon PRO W6800 [gfx1030] with 60 CUs on PCI bus 0b:00.0
14: OK: loaded 114 kernels from libvx_rpp.so
14: 
14: >>>> VIDEO READER
14: 
14: Remaining images 601
14: Augmented copies count 1
14: output width 2048 output height 1024 color planes 3
14: Load     time 1532
14: Decode   time 83455201
14: Process  time 1353638
14: Transfer time 83407902
14: >>>>> 601 images/frames Processed. Total Elapsed Time 83 sec 470433 us 
14: 
14: *** Exception executing: Segmentation fault
14/14 Test #14: video_tests ........................***Failed   87.66 sec

93% tests passed, 1 tests failed out of 14

Total Test time (real) = 206.70 sec

The following tests FAILED:
   14 - video_tests (Failed)
Errors while running CTest
make: *** [Makefile:107: test] Error 8

@kiritigowda I do not see this on CI.

      Start 14: video_tests

14: Test command: /opt/cmake-3.25.2/bin/ctest "--build-and-test" "/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/tests/cpp_api/video_tests" "/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests" "--build-generator" "Unix Makefiles" "--test-command" "video_tests" "/opt/rocm/share/rocal/test/data/videos/AMD_driving_virtual_20.mp4"

14: Working Directory: /var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api

14: Test timeout computed to be: 1500

14: Internal cmake changing into directory: /var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests

14: ======== CMake output     ======

14: The C compiler identification is GNU 11.4.0

14: The CXX compiler identification is GNU 11.4.0

14: Detecting C compiler ABI info

14: Detecting C compiler ABI info - done

14: Check for working C compiler: /usr/bin/cc - skipped

14: Detecting C compile features

14: Detecting C compile features - done

14: Detecting CXX compiler ABI info

14: Detecting CXX compiler ABI info - done

14: Check for working CXX compiler: /usr/bin/c++ - skipped

14: Detecting CXX compile features

14: Detecting CXX compile features - done

14: -- OpenCV Found -- Version-4.6.X Supported

14: Configuring done

14: Generating done

14: Build files have been written to: /var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests

14: ======== End CMake output ======

14: Change Dir: /var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests

14: 

14: Run Clean Command:/usr/bin/gmake -f Makefile clean

14: gmake[1]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[2]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[3]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[3]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[2]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[1]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: 

14: Run Build Command(s):/usr/bin/gmake -f Makefile && gmake[1]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[2]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[3]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[3]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[3]: Entering directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: [ 50%] Building CXX object CMakeFiles/video_tests.dir/video_tests.cpp.o

14: [100%] Linking CXX executable video_tests

14: gmake[3]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: [100%] Built target video_tests

14: gmake[2]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: gmake[1]: Leaving directory '/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests'

14: 

14: Running test command: "/var/jenkins_home/workspace/main_precheckin_rocAL_PR-131/vPKDIWOOu/rocal/build/release/tests/cpp_api/video_tests/video_tests" "/opt/rocm/share/rocal/test/data/videos/AMD_driving_virtual_20.mp4"

14: Batch size : 1

14: Sequence length : 1

14: Frame step : 1

14: Frame stride : 1

14: OK: OpenVX using GPU device - 0: AMD Instinct MI250X [gfx90a:sramecc+:xnack-] with 110 CUs on PCI bus d9:00.0

14: 

14: OK: loaded 114 kernels from libvx_rpp.so

14: 

14: >>>> VIDEO READER

14: 

14: Remaining images 601

14: Augmented copies count 1

14: output width 2048 output height 1024 color planes 3

14: T0 : 0  

14: T0 : 0.0344828  

14: T0 : 0.0689655  

14: T0 : 0.103448   

14: T0 : 0.137931   

14: T0 : 0.172414   

14: T0 : 0.206897   

14: T0 : 0.241379   

14: T0 : 0.275862   

14: T0 : 0.310345   

14: T0 : 0.344828   

14: T0 : 0.37931    

14: T0 : 0.413793   

14: T0 : 0.448276   

14: T0 : 0.482759   

14: T0 : 0.517241   

14: T0 : 0.551724   

14: T0 : 0.586207   

14: T0 : 0.62069    

14: T0 : 0.655172   

14: T0 : 0.689655   

14: T0 : 0.724138   

14: T0 : 0.758621   

14: T0 : 0.793103   

14: T0 : 0.827586   

14: T0 : 0.862069   

14: T0 : 0.896552   

14: T0 : 0.931035   

14: T0 : 0.965517   

14: T0 : 1  

14: T0 : 1.03448    

14: T0 : 1.06897    

14: T0 : 1.10345    

14: T0 : 1.13793    

14: T0 : 1.17241    

14: T0 : 1.2069 

14: T0 : 1.24138    

14: T0 : 1.27586    

14: T0 : 1.31034    

14: T0 : 1.34483    

14: T0 : 1.37931    

14: T0 : 1.41379    

14: T0 : 1.44828    

14: T0 : 1.48276    

14: T0 : 1.51724    

14: T0 : 1.55172    

14: T0 : 1.58621    

14: T0 : 1.62069    

14: T0 : 1.65517    

14: T0 : 1.68966    

14: T0 : 1.72414    

14: T0 : 1.75862    

14: T0 : 1.7931 

14: T0 : 1.82759    

14: T0 : 1.86207    

14: T0 : 1.89655    

14: T0 : 1.93103    

14: T0 : 1.96552    

14: T0 : 2  

14: T0 : 2.03448    

14: T0 : 2.06897    

14: T0 : 2.10345    

14: T0 : 2.13793    

14: T0 : 2.17241    

14: T0 : 2.2069 

14: T0 : 2.24138    

14: T0 : 2.27586    

14: T0 : 2.31034    

14: T0 : 2.34483    

14: T0 : 2.37931    

14: T0 : 2.41379    

14: T0 : 2.44828    

14: T0 : 2.48276    

14: T0 : 2.51724    

14: T0 : 2.55172    

14: T0 : 2.58621    

14: T0 : 2.62069    

14: T0 : 2.65517    

14: T0 : 2.68966    

14: T0 : 2.72414    

14: T0 : 2.75862    

14: T0 : 2.7931 

14: T0 : 2.82759    

14: T0 : 2.86207    

14: T0 : 2.89655    

14: T0 : 2.93103    

14: T0 : 2.96552    

14: T0 : 3  

14: T0 : 3.03448    

14: T0 : 3.06897    

14: T0 : 3.10345    

14: T0 : 3.13793    

14: T0 : 3.17241    

14: T0 : 3.2069 

14: T0 : 3.24138    

14: T0 : 3.27586    

14: T0 : 3.31034    

14: T0 : 3.34483    

14: T0 : 3.37931    

14: T0 : 3.41379    

14: T0 : 3.44828    

14: T0 : 3.48276    

14: T0 : 3.51724    

14: T0 : 3.55172    

14: T0 : 3.58621    

14: T0 : 3.62069    

14: T0 : 3.65517    

14: T0 : 3.68966    

14: T0 : 3.72414    

14: T0 : 3.75862    

14: T0 : 3.7931 

14: T0 : 3.82759    

14: T0 : 3.86207    

14: T0 : 3.89655    

14: T0 : 3.93103    

14: T0 : 3.96552    

14: T0 : 4  

14: T0 : 4.03448    

14: T0 : 4.06897    

14: T0 : 4.10345    

14: T0 : 4.13793    

14: T0 : 4.17241    

14: T0 : 4.2069 

14: T0 : 4.24138    

14: T0 : 4.27586    

14: T0 : 4.31034    

14: T0 : 4.34483    

14: T0 : 4.37931    

14: T0 : 4.41379    

14: T0 : 4.44828    

14: T0 : 4.48276    

14: T0 : 4.51724    

14: T0 : 4.55172    

14: T0 : 4.58621    

14: T0 : 4.62069    

14: T0 : 4.65517    

14: T0 : 4.68966    

14: T0 : 4.72414    

14: T0 : 4.75862    

14: T0 : 4.7931 

14: T0 : 4.82759    

14: T0 : 4.86207    

14: T0 : 4.89655    

14: T0 : 4.93103    

14: T0 : 4.96552    

14: T0 : 5  

14: T0 : 5.03448    

14: T0 : 5.06897    

14: T0 : 5.10345    

14: T0 : 5.13793    

14: T0 : 5.17241    

14: T0 : 5.2069 

14: T0 : 5.24138    

14: T0 : 5.27586    

14: T0 : 5.31034    

14: T0 : 5.34483    

14: T0 : 5.37931    

14: T0 : 5.41379    

14: T0 : 5.44828    

14: T0 : 5.48276    

14: T0 : 5.51724    

14: T0 : 5.55172    

14: T0 : 5.58621    

14: T0 : 5.62069    

14: T0 : 5.65517    

14: T0 : 5.68966    

14: T0 : 5.72414    

14: T0 : 5.75862    

14: T0 : 5.7931 

14: T0 : 5.82759    

14: T0 : 5.86207    

14: T0 : 5.89655    

14: T0 : 5.93103    

14: T0 : 5.96552    

14: T0 : 6  

14: T0 : 6.03448    

14: T0 : 6.06897    

14: T0 : 6.10345    

14: T0 : 6.13793    

14: T0 : 6.17241    

14: T0 : 6.2069 

14: T0 : 6.24138    

14: T0 : 6.27586    

14: T0 : 6.31034    

14: T0 : 6.34483    

14: T0 : 6.37931    

14: T0 : 6.41379    

14: T0 : 6.44828    

14: T0 : 6.48276    

14: T0 : 6.51724    

14: T0 : 6.55172    

14: T0 : 6.58621    

14: T0 : 6.62069    

14: T0 : 6.65517    

14: T0 : 6.68966    

14: T0 : 6.72414    

14: T0 : 6.75862    

14: T0 : 6.7931 

14: T0 : 6.82759    

14: T0 : 6.86207    

14: T0 : 6.89655    

14: T0 : 6.93103    

14: T0 : 6.96552    

14: T0 : 7  

14: T0 : 7.03448    

14: T0 : 7.06897    

14: T0 : 7.10345    

14: T0 : 7.13793    

14: T0 : 7.17241    

14: T0 : 7.2069 

14: T0 : 7.24138    

14: T0 : 7.27586    

14: T0 : 7.31034    

14: T0 : 7.34483    

14: T0 : 7.37931    

14: T0 : 7.41379    

14: T0 : 7.44828    

14: T0 : 7.48276    

14: T0 : 7.51724    

14: T0 : 7.55172    

14: T0 : 7.58621    

14: T0 : 7.62069    

14: T0 : 7.65517    

14: T0 : 7.68966    

14: T0 : 7.72414    

14: T0 : 7.75862    

14: T0 : 7.7931 

14: T0 : 7.82759    

14: T0 : 7.86207    

14: T0 : 7.89655    

14: T0 : 7.93103    

14: T0 : 7.96552    

14: T0 : 8  

14: T0 : 8.03448    

14: T0 : 8.06897    

14: T0 : 8.10345    

14: T0 : 8.13793    

14: T0 : 8.17241    

14: T0 : 8.2069 

14: T0 : 8.24138    

14: T0 : 8.27586    

14: T0 : 8.31034    

14: T0 : 8.34483    

14: T0 : 8.37931    

14: T0 : 8.41379    

14: T0 : 8.44828    

14: T0 : 8.48276    

14: T0 : 8.51724    

14: T0 : 8.55172    

14: T0 : 8.58621    

14: T0 : 8.62069    

14: T0 : 8.65517    

14: T0 : 8.68966    

14: T0 : 8.72414    

14: T0 : 8.75862    

14: T0 : 8.7931 

14: T0 : 8.82759    

14: T0 : 8.86207    

14: T0 : 8.89655    

14: T0 : 8.93103    

14: T0 : 8.96552    

14: T0 : 9  

14: T0 : 9.03448    

14: T0 : 9.06897    

14: T0 : 9.10345    

14: T0 : 9.13793    

14: T0 : 9.17241    

14: T0 : 9.2069 

14: T0 : 9.24138    

14: T0 : 9.27586    

14: T0 : 9.31034    

14: T0 : 9.34483    

14: T0 : 9.37931    

14: T0 : 9.41379    

14: T0 : 9.44828    

14: T0 : 9.48276    

14: T0 : 9.51724    

14: T0 : 9.55172    

14: T0 : 9.58621    

14: T0 : 9.62069    

14: T0 : 9.65517    

14: T0 : 9.68966    

14: T0 : 9.72414    

14: T0 : 9.75862    

14: T0 : 9.7931 

14: T0 : 9.82759    

14: T0 : 9.86207    

14: T0 : 9.89655    

14: T0 : 9.93103    

14: T0 : 9.96552    

14: T0 : 10 

14: T0 : 10.0345    

14: T0 : 10.069 

14: T0 : 10.1034    

14: T0 : 10.1379    

14: T0 : 10.1724    

14: T0 : 10.2069    

14: T0 : 10.2414    

14: T0 : 10.2759    

14: T0 : 10.3103    

14: T0 : 10.3448    

14: T0 : 10.3793    

14: T0 : 10.4138    

14: T0 : 10.4483    

14: T0 : 10.4828    

14: T0 : 10.5172    

14: T0 : 10.5517    

14: T0 : 10.5862    

14: T0 : 10.6207    

14: T0 : 10.6552    

14: T0 : 10.6897    

14: T0 : 10.7241    

14: T0 : 10.7586    

14: T0 : 10.7931    

14: T0 : 10.8276    

14: T0 : 10.8621    

14: T0 : 10.8966    

14: T0 : 10.931 

14: T0 : 10.9655    

14: T0 : 11 

14: T0 : 11.0345    

14: T0 : 11.069 

14: T0 : 11.1034    

14: T0 : 11.1379    

14: T0 : 11.1724    

14: T0 : 11.2069    

14: T0 : 11.2414    

14: T0 : 11.2759    

14: T0 : 11.3103    

14: T0 : 11.3448    

14: T0 : 11.3793    

14: T0 : 11.4138    

14: T0 : 11.4483    

14: T0 : 11.4828    

14: T0 : 11.5172    

14: T0 : 11.5517    

14: T0 : 11.5862    

14: T0 : 11.6207    

14: T0 : 11.6552    

14: T0 : 11.6897    

14: T0 : 11.7241    

14: T0 : 11.7586    

14: T0 : 11.7931    

14: T0 : 11.8276    

14: T0 : 11.8621    

14: T0 : 11.8966    

14: T0 : 11.931 

14: T0 : 11.9655    

14: T0 : 12 

14: T0 : 12.0345    

14: T0 : 12.069 

14: T0 : 12.1034    

14: T0 : 12.1379    

14: T0 : 12.1724    

14: T0 : 12.2069    

14: T0 : 12.2414    

14: T0 : 12.2759    

14: T0 : 12.3103    

14: T0 : 12.3448    

14: T0 : 12.3793    

14: T0 : 12.4138    

14: T0 : 12.4483    

14: T0 : 12.4828    

14: T0 : 12.5172    

14: T0 : 12.5517    

14: T0 : 12.5862    

14: T0 : 12.6207    

14: T0 : 12.6552    

14: T0 : 12.6897    

14: T0 : 12.7241    

14: T0 : 12.7586    

14: T0 : 12.7931    

14: T0 : 12.8276    

14: T0 : 12.8621    

14: T0 : 12.8966    

14: T0 : 12.931 

14: T0 : 12.9655    

14: T0 : 13 

14: T0 : 13.0345    

14: T0 : 13.069 

14: T0 : 13.1034    

14: T0 : 13.1379    

14: T0 : 13.1724    

14: T0 : 13.2069    

14: T0 : 13.2414    

14: T0 : 13.2759    

14: T0 : 13.3103    

14: T0 : 13.3448    

14: T0 : 13.3793    

14: T0 : 13.4138    

14: T0 : 13.4483    

14: T0 : 13.4828    

14: T0 : 13.5172    

14: T0 : 13.5517    

14: T0 : 13.5862    

14: T0 : 13.6207    

14: T0 : 13.6552    

14: T0 : 13.6897    

14: T0 : 13.7241    

14: T0 : 13.7586    

14: T0 : 13.7931    

14: T0 : 13.8276    

14: T0 : 13.8621    

14: T0 : 13.8966    

14: T0 : 13.931 

14: T0 : 13.9655    

14: T0 : 14 

14: T0 : 14.0345    

14: T0 : 14.069 

14: T0 : 14.1034    

14: T0 : 14.1379    

14: T0 : 14.1724    

14: T0 : 14.2069    

14: T0 : 14.2414    

14: T0 : 14.2759    

14: T0 : 14.3103    

14: T0 : 14.3448    

14: T0 : 14.3793    

14: T0 : 14.4138    

14: T0 : 14.4483    

14: T0 : 14.4828    

14: T0 : 14.5172    

14: T0 : 14.5517    

14: T0 : 14.5862    

14: T0 : 14.6207    

14: T0 : 14.6552    

14: T0 : 14.6897    

14: T0 : 14.7241    

14: T0 : 14.7586    

14: T0 : 14.7931    

14: T0 : 14.8276    

14: T0 : 14.8621    

14: T0 : 14.8966    

14: T0 : 14.931 

14: T0 : 14.9655    

14: T0 : 15 

14: T0 : 15.0345    

14: T0 : 15.069 

14: T0 : 15.1034    

14: T0 : 15.1379    

14: T0 : 15.1724    

14: T0 : 15.2069    

14: T0 : 15.2414    

14: T0 : 15.2759    

14: T0 : 15.3103    

14: T0 : 15.3448    

14: T0 : 15.3793    

14: T0 : 15.4138    

14: T0 : 15.4483    

14: T0 : 15.4828    

14: T0 : 15.5172    

14: T0 : 15.5517    

14: T0 : 15.5862    

14: T0 : 15.6207    

14: T0 : 15.6552    

14: T0 : 15.6897    

14: T0 : 15.7241    

14: T0 : 15.7586    

14: T0 : 15.7931    

14: T0 : 15.8276    

14: T0 : 15.8621    

14: T0 : 15.8966    

14: T0 : 15.931 

14: T0 : 15.9655    

14: T0 : 16 

14: T0 : 16.0345    

14: T0 : 16.069 

14: T0 : 16.1034    

14: T0 : 16.1379    

14: T0 : 16.1724    

14: T0 : 16.2069    

14: T0 : 16.2414    

14: T0 : 16.2759    

14: T0 : 16.3103    

14: T0 : 16.3448    

14: T0 : 16.3793    

14: T0 : 16.4138    

14: T0 : 16.4483    

14: T0 : 16.4828    

14: T0 : 16.5172    

14: T0 : 16.5517    

14: T0 : 16.5862    

14: T0 : 16.6207    

14: T0 : 16.6552    

14: T0 : 16.6897    

14: T0 : 16.7241    

14: T0 : 16.7586    

14: T0 : 16.7931    

14: T0 : 16.8276    

14: T0 : 16.8621    

14: T0 : 16.8966    

14: T0 : 16.931 

14: T0 : 16.9655    

14: T0 : 17 

14: T0 : 17.0345    

14: T0 : 17.069 

14: T0 : 17.1034    

14: T0 : 17.1379    

14: T0 : 17.1724    

14: T0 : 17.2069    

14: T0 : 17.2414    

14: T0 : 17.2759    

14: T0 : 17.3103    

14: T0 : 17.3448    

14: T0 : 17.3793    

14: T0 : 17.4138    

14: T0 : 17.4483    

14: T0 : 17.4828    

14: T0 : 17.5172    

14: T0 : 17.5517    

14: T0 : 17.5862    

14: T0 : 17.6207    

14: T0 : 17.6552    

14: T0 : 17.6897    

14: T0 : 17.7241    

14: T0 : 17.7586    

14: T0 : 17.7931    

14: T0 : 17.8276    

14: T0 : 17.8621    

14: T0 : 17.8966    

14: T0 : 17.931 

14: T0 : 17.9655    

14: T0 : 18 

14: T0 : 18.0345    

14: T0 : 18.069 

14: T0 : 18.1034    

14: T0 : 18.1379    

14: T0 : 18.1724    

14: T0 : 18.2069    

14: T0 : 18.2414    

14: T0 : 18.2759    

14: T0 : 18.3103    

14: T0 : 18.3448    

14: T0 : 18.3793    

14: T0 : 18.4138    

14: T0 : 18.4483    

14: T0 : 18.4828    

14: T0 : 18.5172    

14: T0 : 18.5517    

14: T0 : 18.5862    

14: T0 : 18.6207    

14: T0 : 18.6552    

14: T0 : 18.6897    

14: T0 : 18.7241    

14: T0 : 18.7586    

14: T0 : 18.7931    

14: T0 : 18.8276    

14: T0 : 18.8621    

14: T0 : 18.8966    

14: T0 : 18.931 

14: T0 : 18.9655    

14: T0 : 19 

14: T0 : 19.0345    

14: T0 : 19.069 

14: T0 : 19.1034    

14: T0 : 19.1379    

14: T0 : 19.1724    

14: T0 : 19.2069    

14: T0 : 19.2414    

14: T0 : 19.2759    

14: T0 : 19.3103    

14: T0 : 19.3448    

14: T0 : 19.3793    

14: T0 : 19.4138    

14: T0 : 19.4483    

14: T0 : 19.4828    

14: T0 : 19.5172    

14: T0 : 19.5517    

14: T0 : 19.5862    

14: T0 : 19.6207    

14: T0 : 19.6552    

14: T0 : 19.6897    

14: T0 : 19.7241    

14: T0 : 19.7586    

14: T0 : 19.7931    

14: T0 : 19.8276    

14: T0 : 19.8621    

14: T0 : 19.8966    

14: T0 : 19.931 

14: T0 : 19.9655    

14: T0 : 20 

14: T0 : 20.0345    

14: T0 : 20.069 

14: T0 : 20.1034    

14: T0 : 20.1379    

14: T0 : 20.1724    

14: T0 : 20.2069    

14: T0 : 20.2414    

14: T0 : 20.2759    

14: T0 : 20.3103    

14: T0 : 20.3448    

14: T0 : 20.3793    

14: T0 : 20.4138    

14: T0 : 20.4483    

14: T0 : 20.4828    

14: T0 : 20.5172    

14: T0 : 20.5517    

14: T0 : 20.5862    

14: T0 : 20.6207    

14: T0 : 20.6552    

14: T0 : 20.6897    

14: Load     time 1535

14: Decode   time 93136881

14: Process  time 352434

14: Transfer time 32386083

14: >>>>> 601 images/frames Processed. Total Elapsed Time 95 sec 651346 us 

14: 

14/14 Test #14: video_tests ........................   Passed   97.79 sec

100% tests passed, 0 tests failed out of 14
kiritigowda commented 2 months ago

Hello, I took a look at these changes and they seem good.

However, I noticed some other issues in this area not related to your changes. Do you think this is something that can be fixed as part of this work?

=================== https://advanced-micro-devices-demo--131.com.readthedocs.build/projects/rocAL/en/131/doxygen/html/index.html broken link

image

==========================

https://advanced-micro-devices-demo--131.com.readthedocs.build/projects/rocAL/en/131/examples.html Broken links image

=================

https://advanced-micro-devices-demo--131.com.readthedocs.build/projects/rocAL/en/131/how-to/overview.html

Broken link

image

========================= https://advanced-micro-devices-demo--131.com.readthedocs.build/projects/rocAL/en/131/how-to/framework.html

Broken links

image

image

=================================

https://advanced-micro-devices-demo--131.com.readthedocs.build/projects/rocAL/en/131/doxygen/html/modules.html

Different order in list. For example: image

@lpaoletti I can open an issue and fix with an PR

kiritigowda commented 2 months ago

@lpaoletti -- issue to track - #133

kiritigowda commented 2 months ago

@LakshmiKumar23 -- ready to be reviewed and tested.

rrawther commented 2 months ago

@lpaoletti : Thanks for reporting this. We will fix it

LakshmiKumar23 commented 2 months ago

@lpaoletti @kiritigowda Some of these links will show broken now because they are available only on develop, but I linked the examples to master in my #126 . Once develop is merged with master, most of it should be okay

kiritigowda commented 2 months ago

@rrawther @LakshmiKumar23 - good to merge

[ 99%] Building python wheel package
Processing /home/kiriti/develop/rocal-kiriti/build
Building wheels for collected packages: amd-rocal
  Building wheel for amd-rocal (setup.py) ... done
  Created wheel for amd-rocal: filename=amd_rocal-2.0.0-cp38-cp38-linux_x86_64.whl size=3570449 sha256=0f4b152c52de3aed3d6278e2a1f8d2627fe0bb37147b4f5db7ccac0cc299de2c
  Stored in directory: /tmp/pip-ephem-wheel-cache-lgze8pnb/wheels/16/2c/fd/4e70e92f01feb24bb1164fca95e50c4536fcdb34eed0d6c371
Successfully built amd-rocal
[ 99%] Built target PyPackageBuild
Scanning dependencies of target PyPackageInstall
[100%] Installing wheel file
Processing ./amd_rocal-2.0.0-cp38-cp38-linux_x86_64.whl
Installing collected packages: amd-rocal
  Attempting uninstall: amd-rocal
    Found existing installation: amd-rocal 1.0.0
    Uninstalling amd-rocal-1.0.0:
      Successfully uninstalled amd-rocal-1.0.0
Successfully installed amd-rocal-2.0.0
[100%] Built target PyPackageInstall