Conversation
Contributor
|
Your PR requires formatting changes to meet the project's style guidelines. Click here to view the suggested changes.diff --git a/src/llvm/attributes.jl b/src/llvm/attributes.jl
index eb96fb16..7acc0ff6 100644
--- a/src/llvm/attributes.jl
+++ b/src/llvm/attributes.jl
@@ -1,6 +1,6 @@
const nofreefns = Set{String}((
- "jl_f__compute_sparams",
- "ijl_f__compute_sparams",
+ "jl_f__compute_sparams",
+ "ijl_f__compute_sparams",
"jl_genericmemory_copyto",
"jl_get_binding_value_seqcst",
"ijl_get_binding_value_seqcst",
@@ -217,8 +217,8 @@ const nofreefns = Set{String}((
))
const inactivefns = Set{String}((
- "jl_f__compute_sparams",
- "ijl_f__compute_sparams",
+ "jl_f__compute_sparams",
+ "ijl_f__compute_sparams",
# The binding lookup is asserted as inactive [e.g. globals are considered constant wrt differentiation]
# If and when this changes, we need to change that here
diff --git a/test/sparam.jl b/test/sparam.jl
index b129c90c..df366927 100644
--- a/test/sparam.jl
+++ b/test/sparam.jl
@@ -14,4 +14,4 @@ end
[1.0, 2.0]
)[1]
@test res ≈ [1.0, 1.0]
-end
\ No newline at end of file
+end |
Contributor
Benchmark Results
Benchmark PlotsA plot of the benchmark results has been uploaded as an artifact at https://github.com/EnzymeAD/Enzyme.jl/actions/runs/26254546213/artifacts/7147939165. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.