* Revert "[SRC] Enable unroll=1 for gfx950 (#1602)" This reverts commit210f90ae0f. * Update Changelog --------- Signed-off-by: nileshnegi <Nilesh.Negi@amd.com> [ROCm/rccl commit:329e13efff]
This commit is contained in:
@@ -74,10 +74,9 @@ typedef enum {
|
||||
|
||||
#define NCCL_ALGO_PROTO_IGNORE -1.0
|
||||
|
||||
#define NCCL_NUM_UNROLLS 3 // 1/2/4
|
||||
#define NCCL_UNROLL_1 0
|
||||
#define NCCL_UNROLL_2 1
|
||||
#define NCCL_UNROLL_4 2
|
||||
#define NCCL_NUM_UNROLLS 2 // 2/4
|
||||
#define NCCL_UNROLL_2 0
|
||||
#define NCCL_UNROLL_4 1
|
||||
|
||||
#define NCCL_NUM_FLOATS 6 // half/float/double/rccl_bfloat16/rccl_float8/rccl_bfloat8
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user