Skip to content

Commit

Permalink
Loosen Core.apply_type perf range
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed Oct 22, 2024
1 parent fe393ac commit 20aa355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rrules/builtins.jl
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,8 @@ function generate_hand_written_rrule!!_test_cases(rng_ctor, ::Val{:builtins})
(false, :stability, nothing, ===, randn(5), randn(3)),
(false, :stability, nothing, ===, 5.0, 5.0),
(true, :stability, nothing, Core._typevar, :T, Union{}, Any),
(false, :none, (lb=1e-3, ub=100.0), Core.apply_type, Vector, Float64),
(false, :none, (lb=1e-3, ub=100.0), Core.apply_type, Array, Float64, 2),
(false, :none, _range, Core.apply_type, Vector, Float64),
(false, :none, _range, Core.apply_type, Array, Float64, 2),
# Core.compilerbarrier -- NEEDS IMPLEMENTING AND TESTING
# Core.const_arrayref -- NEEDS IMPLEMENTING AND TESTING
# Core.donotdelete -- NEEDS IMPLEMENTING AND TESTING
Expand Down

0 comments on commit 20aa355

Please sign in to comment.