Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/algorithms/derivatives/derivatives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ Given an operator, try to construct a more efficient representation of that oper
This typically consists of precomputing some parts of the application,
and is expected to only pay off for repeated applications.
"""
prepare_operator!!(O, backend::AbstractBackend = DefaultBackend(), allocator = BufferAllocator()) = O
prepare_operator!!(O, backend::AbstractBackend = DefaultBackend(), allocator = DefaultAllocator()) = O
Loading