Unverified Commit b9bb2bba authored by Shangyan Zhou's avatar Shangyan Zhou Committed by GitHub
Browse files

Merge pull request #119 from phantom5125/patch-1

Fix typo in nvshmem.patch
parents 8a0ca8e2 42f61708
...@@ -349,7 +349,7 @@ index 1be3dec..ea1e284 100644 ...@@ -349,7 +349,7 @@ index 1be3dec..ea1e284 100644
nvshmemi_ibgda_device_qp_management_v1 mvars; // management variables nvshmemi_ibgda_device_qp_management_v1 mvars; // management variables
} nvshmemi_ibgda_device_qp_v1; } 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) == 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; typedef nvshmemi_ibgda_device_qp_v1 nvshmemi_ibgda_device_qp_t;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment