Skip to content

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Jun 20, 2025

No description provided.

Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/runtests.jl b/test/runtests.jl
index ab9a08e..b36ad03 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -255,19 +255,19 @@ sqrtsumsq2(x) = (sum(abs2, x)*sum(abs2,x))
        Enzyme.Compiler.enzyme_code_llvm(io, sum, Active, Tuple{Duplicated{Vector{Float64}}}; dump_module=true)
     end
     @test occursin("diffe",fn)
-    @test !occursin("aug",fn)
+    @test !occursin("aug", fn)
     
     fn = sprint() do io
        Enzyme.Compiler.enzyme_code_llvm(io, sumsq2, Active, Tuple{Duplicated{Vector{Float64}}}; dump_module=true)
     end
     @test occursin("diffe",fn)
-    @test !occursin("aug",fn)
+    @test !occursin("aug", fn)
     
     fn = sprint() do io
        Enzyme.Compiler.enzyme_code_llvm(io, sumsin, Active, Tuple{Duplicated{Vector{Float64}}}; dump_module=true)
     end
     @test occursin("diffe",fn)
-    @test !occursin("aug",fn)
+    @test !occursin("aug", fn)
     
     fn = sprint() do io
        Enzyme.Compiler.enzyme_code_llvm(io, sqrtsumsq2, Active, Tuple{Duplicated{Vector{Float64}}}; dump_module=true)

Copy link
Contributor

github-actions bot commented Jun 20, 2025

Benchmark Results

main fb199c8... main / fb199c8...
basics/overhead 5.26 ± 1.8 ns 5.26 ± 0.01 ns 1 ± 0.35
time_to_load 1.29 ± 0.032 s 1.3 ± 0.018 s 0.991 ± 0.028

Benchmark Plots

A plot of the benchmark results has been uploaded as an artifact at https://github.com/EnzymeAD/Enzyme.jl/actions/runs/16041693298/artifacts/3455118263.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant