2
0

Unit test fail check (#689)

* Adding fall-through on unit test failure

* Workaround for hipGraph validity check issue
Este cometimento está contido em:
gilbertlee-amd
2023-02-18 09:50:46 -07:00
cometido por GitHub
ascendente 1c166046a2
cometimento a640c6983f
2 ficheiros modificados com 11 adições e 2 eliminações
+1 -1
Ver ficheiro
@@ -23,7 +23,7 @@ namespace RcclUnitTesting
std::vector<int> const numElements = {384 * 1024, 384};
std::vector<bool> const inPlaceList = {true, false};
std::vector<bool> const managedMemList = {true, false};
std::vector<bool> const useHipGraphList = {true, false};
std::vector<bool> const useHipGraphList = {false, true};
testBed.RunSimpleSweep(funcTypes, dataTypes, redOps, roots, numElements, inPlaceList, managedMemList, useHipGraphList);
testBed.Finalize();