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
a2ccc95d
Unverified
Commit
a2ccc95d
authored
Apr 16, 2025
by
李金梁
Committed by
GitHub
Apr 16, 2025
Browse files
Fix typo in nvshmem.patch
parent
a0c69317
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
third-party/nvshmem.patch
third-party/nvshmem.patch
+2
-1
No files found.
third-party/nvshmem.patch
View file @
a2ccc95d
...
...
@@ -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 1
04
bytes.");
+
"ibgda_device_qp_management_v1 must be 1
12
bytes.");
typedef nvshmemi_ibgda_device_qp_management_v1 nvshmemi_ibgda_device_qp_management_t;
@@ -214,7 +215,7 @@
typedef struct nvshmemi_ibgda_device_qp {
...
...
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