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 107b651 commit f20b472Copy full SHA for f20b472
plugin/interservice/flagcx_wrapper.py
@@ -18,6 +18,7 @@
18
flagcxRedOp_t = ctypes.c_int
19
flagcxMemcpyType_t = ctypes.c_int
20
flagcxMemType_t = ctypes.c_int
21
+flagcxEventType_t = ctypes.c_int
22
23
flagcxHandlerGroup_t = ctypes.c_void_p
24
flagcxComm_t = ctypes.c_void_p
0 commit comments