Skip to content

Commit 5e172fe

Browse files
committed
package is now registerd
1 parent 6f2f234 commit 5e172fe

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

DifferentiationInterface/docs/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ julia = "1.10.10"
3131

3232
[sources]
3333
DifferentiationInterface = { path = ".." }
34-
HyperHessians = {url = "https://github.com/KristofferC/HyperHessians.jl"}

DifferentiationInterface/ext/DifferentiationInterfaceHyperHessiansExt/DifferentiationInterfaceHyperHessiansExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import DifferentiationInterface as DI
44
import .DI: AutoHyperHessians
55
using ADTypes: ForwardMode
66
using HyperHessians:
7-
DirectionalHVPConfig,
7+
HVPConfig,
88
HessianConfig,
99
Chunk,
1010
chunksize,
@@ -183,7 +183,7 @@ function DI.prepare_hvp_nokwarg(
183183
strict::Val, f, backend::DI.AutoHyperHessians, x::AbstractArray, tx::NTuple, contexts::Vararg{DI.Context, C}
184184
) where {C}
185185
_sig = DI.signature(f, backend, x, tx, contexts...; strict)
186-
cfg = DirectionalHVPConfig(x, tx, chunk_from_backend(backend, x))
186+
cfg = HVPConfig(x, tx, chunk_from_backend(backend, x))
187187
return HyperHessiansHVPPrep(_sig, cfg)
188188
end
189189

DifferentiationInterface/test/Back/HyperHessians/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ SparseConnectivityTracer = "9f842d2f-2579-4b1d-911e-f412cf18a3f5"
88
SparseMatrixColorings = "0a514795-09f3-496d-8182-132a7b665d35"
99
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1010
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11-
12-
[sources]
13-
HyperHessians = {url = "https://github.com/KristofferC/HyperHessians.jl"}

0 commit comments

Comments
 (0)