Skip to content

Commit 8a0bfb0

Browse files
committed
fix
1 parent 5a43ae8 commit 8a0bfb0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Reactant.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,4 @@ function set_default_backend(backend::String)
163163
return set_default_backend(XLA.backends[backend])
164164
end
165165

166-
# include("../ext/ReactantCUDAExt.jl")
167-
168166
end # module
169-

src/utils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ function call_with_reactant_generator(
584584
push!(overdubbed_codelocs, code_info.codelocs[1])
585585
Core.SSAValue(length(overdubbed_code))
586586
end
587-
end
588587

589588
push!(overdubbed_code, Expr(:(call), oc, fn_args[2:end]...))
590589

@@ -611,7 +610,7 @@ function call_with_reactant_generator(
611610
return code_info
612611
end
613612

614-
@eval function call_with_reactant(redub_arguments...)
613+
@eval function call_with_reactant($REDUB_ARGUMENTS_NAME...)
615614
$(Expr(:meta, :generated_only))
616615
return $(Expr(:meta, :generated, call_with_reactant_generator))
617616
end

0 commit comments

Comments
 (0)