File reorganization as per the new defined standard

The header files will in /opt/rocm-xxx/include/rccl
Libraries and cmake will be in /opt/rocm-xxx/lib folder.
Added wrappers for header files using rocm-cmake functions for backward compatibility.
Tento commit je obsažen v:
Nirmal Unnikrishnan
2022-03-08 17:32:02 +00:00
rodič 0687940b84
revize 676a4737c1
8 změnil soubory, kde provedl 34 přidání a 12 odebrání
+1 -1
Zobrazit soubor
@@ -5,7 +5,7 @@
************************************************************************/
#include <unistd.h>
#include "TestBed.hpp"
#include <rccl.h>
#include <rccl/rccl.h>
#define PIPE_WRITE(childId, val) \
ASSERT_EQ(write(childList[childId]->parentWriteFd, &val, sizeof(val)), sizeof(val))