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.


[ROCm/rccl commit: 676a4737c1]
This commit is contained in:
Nirmal Unnikrishnan
2022-03-08 17:32:02 +00:00
parent 8f7ec04f37
commit 4a4c053a6a
8 changed files with 34 additions and 12 deletions
+1 -1
View File
@@ -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))