We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ab6fb commit 53336c3Copy full SHA for 53336c3
ompi/mca/op/cuda/op_cuda.h
@@ -69,10 +69,10 @@ typedef struct {
69
OMPI_DECLSPEC extern ompi_op_cuda_component_t
70
mca_op_cuda_component;
71
72
-OMPI_DECLSPEC extern
+extern
73
ompi_op_base_stream_handler_fn_t ompi_op_cuda_functions[OMPI_OP_BASE_FORTRAN_OP_MAX][OMPI_OP_BASE_TYPE_MAX];
74
75
76
ompi_op_base_3buff_stream_handler_fn_t ompi_op_cuda_3buff_functions[OMPI_OP_BASE_FORTRAN_OP_MAX][OMPI_OP_BASE_TYPE_MAX];
77
78
END_C_DECLS
0 commit comments