Removing UnitTest as install, removing unused env var (#231)

[ROCm/rccl commit: f87ba17737]
This commit is contained in:
gilbertlee-amd
2020-07-10 09:30:28 -06:00
committed by GitHub
parent 47dfed5f01
commit b83acc8032
3 changed files with 1 additions and 17 deletions
-7
View File
@@ -175,13 +175,6 @@ namespace CorrectnessTests
// This code is called per test-tuple
void SetUp() override
{
// Check for fine-grained env variable (otherwise will hang)
if (!getenv("HSA_FORCE_FINE_GRAIN_PCIE"))
{
printf("Must set HSA_FORCE_FINE_GRAIN_PCIE=1 prior to execution\n");
exit(0);
}
// Make the test tuple parameters accessible
std::tie(op, dataType, numElements, numDevices, inPlace, envVals) = GetParam();