[hip-tests] Tag multigpu tests with Catch2 tags (#1315)
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
f7249e092b
commit
738bf16008
@@ -44,7 +44,7 @@ THE SOFTWARE.
|
||||
* ------------------------
|
||||
* - HIP_VERSION >= 5.6
|
||||
*/
|
||||
TEST_CASE("Unit_hipModuleLoad_MultProcess_MultGPU") {
|
||||
TEST_CASE("Unit_hipModuleLoad_MultProcess_MultGPU", "[multigpu]") {
|
||||
int deviceCount{0};
|
||||
HIP_CHECK(hipGetDeviceCount(&deviceCount));
|
||||
REQUIRE(deviceCount != 0);
|
||||
|
||||
Reference in New Issue
Block a user