Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
42f61708
Unverified
Commit
42f61708
authored
Apr 13, 2025
by
GreatHato
Committed by
GitHub
Apr 13, 2025
Browse files
Fix typo in nvshmem.patch
parent
8a0ca8e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
third-party/nvshmem.patch
third-party/nvshmem.patch
+1
-1
No files found.
third-party/nvshmem.patch
View file @
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 2
48
bytes.");
+static_assert(sizeof(nvshmemi_ibgda_device_qp_v1) == 256, "ibgda_device_qp_v1 must be 2
56
bytes.");
typedef nvshmemi_ibgda_device_qp_v1 nvshmemi_ibgda_device_qp_t;
typedef nvshmemi_ibgda_device_qp_v1 nvshmemi_ibgda_device_qp_t;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment