include/nccl_ofi_dmabuf.h (4 lines of code) (raw):

/* * Copyright (c) 2024 Amazon.com, Inc. or its affiliates. All rights reserved. */ #ifndef NCCL_OFI_DMABUF_H_ #define NCCL_OFI_DMABUF_H_ int nccl_ofi_dmabuf_viable(void); #endif // NCCL_OFI_DMABUF_H_