5b439d80a0
- Copy sample videos and include in install. - Only using the H26* videos, so the same tests can be used on MI100, which lacks AV1 decode support - Update test parameters to videodecode test, based on feedback from the rocDecode team.
21 baris
648 B
CMake
21 baris
648 B
CMake
# -------------------------------------------------------------------------------------- #
|
|
#
|
|
# video decode tests
|
|
#
|
|
# -------------------------------------------------------------------------------------- #
|
|
|
|
rocprofiler_systems_add_test(
|
|
SKIP_BASELINE SKIP_RUNTIME SKIP_REWRITE
|
|
NAME videodecode
|
|
TARGET videodecode
|
|
GPU ON
|
|
RUN_ARGS -i ${PROJECT_BINARY_DIR}/videos -t 1
|
|
LABELS "videodecode")
|
|
|
|
rocprofiler_systems_add_validation_test(
|
|
NAME videodecode-sampling
|
|
PERFETTO_METRIC "host"
|
|
PERFETTO_FILE "perfetto-trace.proto"
|
|
LABELS "videodecode"
|
|
ARGS -l videodecode -c 1 -d 0 --counter-names "GPU VCN Activity")
|