We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f01d89 commit 6d1dd5fCopy full SHA for 6d1dd5f
CHANGELOG.md
@@ -29,9 +29,13 @@
29
30
* Changed collective APIs to use `_wg` suffix rather than `_wg_` infix
31
32
+### Resolved Issues
33
+* Resolved segfault in `rocshmem_wg_ctx_create`, now provides nullptr if ctx cannot be created
34
+
35
+## rocSHMEM 2.0.1 for ROCm 6.4.2
36
37
### Resolved Issues
38
39
* Resolved incorrect output for `rocshmem_ctx_my_pe` and `rocshmem_ctx_n_pes`
40
* Resolved multi-team errors by providing team specific buffers in `rocshmem_ctx_wg_team_sync`
-* Resolved segfault in `rocshmem_wg_ctx_create`, now provides nullptr if ctx cannot be created
41
* Resolved missing implementation of `rocshmem_g` for IPC conduit
0 commit comments