We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d71f0cc + 0a37253 commit ef81cf7Copy full SHA for ef81cf7
Project.toml
@@ -81,7 +81,7 @@ PythonCall = "0.9"
81
Random = "1.10"
82
Random123 = "1.7"
83
ReactantCore = "0.1.5"
84
-Reactant_jll = "0.0.70"
+Reactant_jll = "0.0.71"
85
Scratch = "1.2"
86
Sockets = "1.10"
87
SpecialFunctions = "2.4"
src/xla/Sharding.jl
@@ -71,7 +71,8 @@ mutable struct OpSharding
71
72
function OpSharding(ptr::Ptr{Cvoid}, args...)
73
@assert ptr != C_NULL
74
- return finalizer(free_op_sharding, new(ptr, args...))
+ # return finalizer(free_op_sharding, new(ptr, args...))
75
+ return new(ptr, args...)
76
end
77
78
0 commit comments