File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -345,14 +345,3 @@ These all have the same interface, where `J*v` utilizes the out-of-place
345
345
Jacobian-vector or Hessian-vector function, whereas ` mul!(res,J,v) ` utilizes
346
346
the appropriate in-place versions. To update the location of differentiation
347
347
in the operator, simply mutate the vector ` u ` : ` J.u .= ... ` .
348
-
349
- # Note about sparse differentiation of GPUArrays, BandedMatrices, and BlockBandedMatrices
350
-
351
- These two matrix types need the dependencies ArrayInterfaceBandedMatrices.jl and
352
- ArrayInterfaceBlockBandedMatrices.jl to basically work with any functionality
353
- (anywhere). For now, the right thing to do is to add these libraries and do
354
- ` import ` on them if you are using BandedMatrices.jl or BlockBandedMatrices.jl
355
- for sparsity patterns. In the future, those two packages should just depend on
356
- ArrayInterface.jl and remove this issue entirely from the user space.
357
-
358
- Additionally, GPUs need ArrayInterfaceGPUArrays for proper determination of the indexing.
You can’t perform that action at this time.
0 commit comments