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 {