Commit ad95551
[rocm-libraries] ROCm/rocm-libraries#8334 (commit 65a24d2)
[rocprim] Add FFM test filters
## Motivation
<!-- Explain the purpose of this PR and the goals it aims to achieve.
-->
Add FFM test filters.
## Technical Details
<!-- Explain the changes along with any relevant GitHub links. -->
This leverages the test filter standardization work.
## Test Plan
<!-- Explain any relevant testing done to verify this PR. -->
ctest --print-labels to see the new test categories/labels added
ctest -L ffm-quick to run tests in the new category
## Test Result
<!-- Briefly summarize test outcomes. -->
Tests in the specified category are executed. Tests not in the specified
category do something like "Running 0 tests from 0 test suites" - they
are not executed.
## Submission Checklist
- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
Co-authored-by: Song <hsong@ctr2-alola-ctrl-01.amd.com>1 parent bc62a07 commit ad95551
1 file changed
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
77 | 148 | | |
78 | 149 | | |
79 | 150 | | |
| |||
121 | 192 | | |
122 | 193 | | |
123 | 194 | | |
| 195 | + | |
0 commit comments