File tree Expand file tree Collapse file tree
include/tvm/runtime/disco Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ class CUDAIPCMemoryObj : public Object {
6969 std::vector<void *> barrier_out;
7070 /* ! \brief The integer buffer flag for all-reduce. */
7171 int barrier_flag;
72+
73+ static constexpr const bool _type_mutable = true ;
7274 TVM_FFI_DECLARE_OBJECT_INFO (" tvm.runtime.disco.cuda_ipc_memory" , CUDAIPCMemoryObj, Object);
7375};
7476
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ class DRefObj : public Object {
151151
152152 static constexpr const uint32_t _type_index = TypeIndex::kRuntimeDiscoDRef ;
153153 static const constexpr bool _type_final = true ;
154+ static constexpr const bool _type_mutable = true ;
154155 TVM_FFI_DECLARE_OBJECT_INFO_STATIC (" runtime.disco.DRef" , DRefObj, Object);
155156
156157 /* ! \brief The id of the register */
You can’t perform that action at this time.
0 commit comments