Skip to content

Commit ca2f198

Browse files
IMbackKrsenthilkumar6
authored andcommitted
HIP: Remove unesscary NCCL_CHECK (ggml-org#21914)
1 parent c3b2985 commit ca2f198

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • ggml/src/ggml-cuda/vendors

ggml/src/ggml-cuda/vendors/hip.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#define CU_MEM_LOCATION_TYPE_DEVICE hipMemLocationTypeDevice
3434
#define CU_MEM_ACCESS_FLAGS_PROT_READWRITE hipMemAccessFlagsProtReadWrite
3535
#define CU_CHECK(fn) {hipError_t err = fn; if(err != hipSuccess) { GGML_ABORT("HipVMM Failure: %s\n", hipGetErrorString(err)); }}
36-
#define NCCL_CHECK(fn) {ncclResult_t err = fn; if(err != ncclSuccess) { GGML_ABORT("RCCL Failure RCCL returned: %i\n", err); }}
3736
#define __shfl_sync(mask, var, laneMask, width) __shfl(var, laneMask, width)
3837
#define __shfl_up_sync(mask, var, laneMask, width) __shfl_up(var, laneMask, width)
3938
#define __shfl_xor_sync(mask, var, laneMask, width) __shfl_xor(var, laneMask, width)

0 commit comments

Comments
 (0)