[hip-tests] Tag multigpu tests with Catch2 tags (#1315)
This commit is contained in:
@@ -72,7 +72,7 @@ __global__ void sum_neighbor_locations(char* a, unsigned int num_devices,
|
||||
* - Fine grain access and atomics supported on devices
|
||||
* - HIP_VERSION >= 5.7
|
||||
*/
|
||||
TEST_CASE("test_svm_byte_granularity") {
|
||||
TEST_CASE("test_svm_byte_granularity", "[multigpu]") {
|
||||
int pcieAtomic = 0;
|
||||
HIP_CHECK(hipDeviceGetAttribute(&pcieAtomic, hipDeviceAttributeHostNativeAtomicSupported, 0));
|
||||
if (!pcieAtomic) {
|
||||
|
||||
Reference in New Issue
Block a user