Adding NCCL_DEBUG=INFO Logging to CI (#196)
[ROCm/rccl commit: 6b1d70b03b]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user