From 42f617088fef752c56852f630bf5363870bbcb8c Mon Sep 17 00:00:00 2001 From: GreatHato Date: Sun, 13 Apr 2025 00:14:44 +0800 Subject: [PATCH] Fix typo in nvshmem.patch --- third-party/nvshmem.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/nvshmem.patch b/third-party/nvshmem.patch index de1004a..122d997 100644 --- a/third-party/nvshmem.patch +++ b/third-party/nvshmem.patch @@ -349,7 +349,7 @@ index 1be3dec..ea1e284 100644 nvshmemi_ibgda_device_qp_management_v1 mvars; // management variables } nvshmemi_ibgda_device_qp_v1; -static_assert(sizeof(nvshmemi_ibgda_device_qp_v1) == 248, "ibgda_device_qp_v1 must be 248 bytes."); -+static_assert(sizeof(nvshmemi_ibgda_device_qp_v1) == 256, "ibgda_device_qp_v1 must be 248 bytes."); ++static_assert(sizeof(nvshmemi_ibgda_device_qp_v1) == 256, "ibgda_device_qp_v1 must be 256 bytes."); typedef nvshmemi_ibgda_device_qp_v1 nvshmemi_ibgda_device_qp_t;