mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
8 lines
138 B
C++
8 lines
138 B
C++
#include <arpa/inet.h>
|
|
#include <cuda_runtime.h>
|
|
#include <nccl.h>
|
|
|
|
ncclResult_t ncclGetUniqueId(ncclUniqueId*) {
|
|
return ncclSuccess;
|
|
}
|