Skip to content

Commit

Permalink
SWDEV-440090 - Workaround changes to skip the failing iteration on Na…
Browse files Browse the repository at this point in the history
…vi3X because of a test kernel that relies on timing of dispatch of waves

Change-Id: I5d42bc58775ce926f80f4fa356d365e636fcdda7
  • Loading branch information
Sourabh Betigeri authored and mangupta committed May 6, 2024
1 parent 925ccb2 commit ade7dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catch/unit/cooperativeGrps/hipCGMultiGridGroupType_old.cc
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ TEST_CASE("Unit_hipCGMultiGridGroupType_Basic") {

TEST_CASE("Unit_hipCGMultiGridGroupType_Barrier") {
int num_devices = 0;
uint32_t loops = GENERATE(1, 2, 3, 4);
uint32_t loops = GENERATE(1, 2);
uint32_t warps = GENERATE(4, 8, 16, 32);
uint32_t block_size = 1;

Expand Down

0 comments on commit ade7dae

Please sign in to comment.