SWDEV-516564 - SWDEV-512817 - Remove mentions of gfx940 and gfx941 (#30)
[ROCm/hip-tests commit: 902988494e]
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
AtomicAdd on FineGrainMemory
|
||||
1. The following test scenario verifies
|
||||
atomicAdd on fineGrain memory without any unsafeatomics flag
|
||||
This testcase works only on gfx90a, gfx940, gfx941, gfx942, gfx950.
|
||||
This testcase works only on gfx90a, gfx942, gfx950.
|
||||
*/
|
||||
|
||||
#include<hip_test_checkers.hh>
|
||||
@@ -85,7 +85,7 @@ TEMPLATE_TEST_CASE("Unit_AtomicAdd_Coherentwithoutflag", "",
|
||||
HIP_CHECK(hipHostFree(result));
|
||||
}
|
||||
} else {
|
||||
SUCCEED("Memory model feature is only supported for gfx90a, gfx940, gfx941, gfx942, gfx950,"
|
||||
SUCCEED("Memory model feature is only supported for gfx90a, gfx942, gfx950,"
|
||||
"Hence skipping the testcase for this GPU " << device);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user