Skip to content

Commit 907f4e1

Browse files
authored
Merge pull request #6980 from devreal/ucx-acc-singel-intrinsics
UCX osc: add support for acc_single_intrinsic
2 parents 7814f41 + e3b417c commit 907f4e1

File tree

6 files changed

+472
-100
lines changed

6 files changed

+472
-100
lines changed

ompi/mca/osc/ucx/osc_ucx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ typedef struct ompi_osc_ucx_component {
3434
int num_incomplete_req_ops;
3535
int num_modules;
3636
bool no_locks; /* Default value of the no_locks info key for new windows */
37+
bool acc_single_intrinsic;
3738
unsigned int priority;
3839
} ompi_osc_ucx_component_t;
3940

@@ -115,6 +116,7 @@ typedef struct ompi_osc_ucx_module {
115116
int *start_grp_ranks;
116117
bool lock_all_is_nocheck;
117118
bool no_locks;
119+
bool acc_single_intrinsic;
118120
opal_common_ucx_ctx_t *ctx;
119121
opal_common_ucx_wpmem_t *mem;
120122
opal_common_ucx_wpmem_t *state_mem;

0 commit comments

Comments
 (0)