SWDEV-370743 - Change the hard coded CU mask to support higher CUs. (#3144)

Change-Id: I87ac149a6144959b46963ed8c867e6d3b6bca462
This commit is contained in:
ROCm CI Service Account
2023-02-24 07:10:26 +05:30
committed by GitHub
parent 24cc1bc2bb
commit 5c3e4fba39
@@ -32,7 +32,7 @@ using namespace std;
int main(int argc, char* argv[]) {
hipStream_t stream;
vector<uint32_t> cuMask(6);
vector<uint32_t> cuMask(8);
stringstream ss;
int nGpu = 0;