From a2ccc95d78acc57726aad82629acb03bd0ae1a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=87=91=E6=A2=81?= <975761915@qq.com> Date: Wed, 16 Apr 2025 10:30:38 +0800 Subject: [PATCH] Fix typo in nvshmem.patch --- third-party/nvshmem.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-party/nvshmem.patch b/third-party/nvshmem.patch index 122d997..55ad779 100644 --- a/third-party/nvshmem.patch +++ b/third-party/nvshmem.patch @@ -340,8 +340,9 @@ index 1be3dec..ea1e284 100644 char padding[NVSHMEMI_IBGDA_QP_MANAGEMENT_PADDING]; } __attribute__((__aligned__(8))) nvshmemi_ibgda_device_qp_management_v1; -static_assert(sizeof(nvshmemi_ibgda_device_qp_management_v1) == 104, +- "ibgda_device_qp_management_v1 must be 104 bytes."); +static_assert(sizeof(nvshmemi_ibgda_device_qp_management_v1) == 112, - "ibgda_device_qp_management_v1 must be 104 bytes."); ++ "ibgda_device_qp_management_v1 must be 112 bytes."); typedef nvshmemi_ibgda_device_qp_management_v1 nvshmemi_ibgda_device_qp_management_t; @@ -214,7 +215,7 @@ typedef struct nvshmemi_ibgda_device_qp {