Adding NCCL_DEBUG=INFO Logging to CI (#196)

[ROCm/rccl commit: 6b1d70b03b]
This commit is contained in:
saadrahim
2020-04-27 15:12:15 -06:00
committed by GitHub
orang tua 3460376850
melakukan c0c0e92ef5
+1 -1
Melihat File
@@ -22,7 +22,7 @@ def runTestCommand (platform, project)
def command = """#!/usr/bin/env bash
set -x
cd ${project.paths.project_build_prefix}/build/release/test
HSA_FORCE_FINE_GRAIN_PCIE=1 ./UnitTests --gtest_output=xml --gtest_color=yes
NCCL_DEBUG=INFO HSA_FORCE_FINE_GRAIN_PCIE=1 ./UnitTests --gtest_output=xml --gtest_color=yes
"""
platform.runCommand(this, command)