OpenVisualCloud / Media-Transport-Library

A real-time media transport(DPDK, AF_XDP, RDMA) stack for both raw and compressed video based on COTS hardware.
BSD 3-Clause "New" or "Revised" License
169 stars 55 forks source link

Tests: Add GPU direct unit test #1002

Closed PanKaker closed 3 weeks ago

PanKaker commented 1 month ago

PR introduces:

PanKaker commented 3 weeks ago

Should we keep this as a separate entity from the rest of the tests ? why not merge the tests to the existing tests framework ?

GPU direct is the separate library with separate scope, it's better to separate MTL tests and GPU direct tests. Running GPU direct tests will be covered in another CI workflow file.