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.

[ROCm/rccl commit: 740dfd1efd]
This commit is contained in:
Karthik Ganesan
2025-09-16 08:58:50 -05:00
committed by GitHub
orang tua a8f84f32a4
melakukan 8f4703c0cc
+1 -1
Melihat File
@@ -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 <cassert>