From d4bdf8fab70bed806a7a072d0b19ae84eeccdf63 Mon Sep 17 00:00:00 2001 From: Eiden Yoshida <47196116+eidenyoshida@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:53:03 -0600 Subject: [PATCH] Add basic rtest.xml (#411) [ROCm/rccl commit: 229ca88ee6e8d54ff02568c3524b43788b7cde3c] --- projects/rccl/rtest.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/rccl/rtest.xml diff --git a/projects/rccl/rtest.xml b/projects/rccl/rtest.xml new file mode 100644 index 0000000000..9702267dda --- /dev/null +++ b/projects/rccl/rtest.xml @@ -0,0 +1,11 @@ + + + + UnitTests --gtest_color=yes --gtest_filter= + + {GTEST_FILTER}*sum_float32* --gtest_output=xml:output_psdb.xml + + + {GTEST_FILTER}* --gtest_output=xml:output_osdb.xml + +