From 740dfd1efdda8d082e0bd1cc8e01654383c6fa7e Mon Sep 17 00:00:00 2001 From: Karthik Ganesan <63475004+ganesank-git@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:58:50 -0500 Subject: [PATCH] Update prims_simple.h to keep header file access to rccl_metadata.h uniform (#1906) Header files in device/ folder are directly referenced in the code base except here. --- src/device/prims_simple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/prims_simple.h b/src/device/prims_simple.h index 48749e7ff5..10fa7cebca 100644 --- a/src/device/prims_simple.h +++ b/src/device/prims_simple.h @@ -10,7 +10,7 @@ #include "npkit/npkit.h" #endif -#include "device/rccl_metadata.h" +#include "rccl_metadata.h" #include "msccl/msccl_struct.h" #include "network/unpack/unpack.h" #include