• Avijit's avatar
    Avijit/add diag 4 distributed debugging (#2523) · acdde14b
    Avijit authored
    * Fix bug introduced by #2238
    
    * Added a debug logging macro: NGRAPH_DIST_DEBUG which prints the timestamp and MPI rank for distributed AllReduceops
    
    * Fixed code formatting.
    
    * Moved the logging implementation to log.cpp
    
    * Fixed clang warning
    
    * Don't use namespace in header
    
    * Fix ifdef
    
    * disable warning
    acdde14b
log.cpp 3.66 KB