Skip to content

Commit ace53c6

Browse files
Update index.md
1 parent 688be6d commit ace53c6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/src/index.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -528,18 +528,6 @@ HessianCache(xpp,xpm,xmp,xmm,
528528
inplace::Type{Val{T2}} = x isa StaticArray ? Val{true} : Val{false})
529529
```
530530

531-
# Note about sparse differentiation of GPUArrays, BandedMatrices, and BlockBandedMatrices
532-
533-
These two matrix types need the dependencies ArrayInterfaceBandedMatrices.jl and
534-
ArrayInterfaceBlockBandedMatrices.jl to basically work with any functionality
535-
(anywhere). For now, the right thing to do is to add these libraries and do
536-
`import` on them if you are using BandedMatrices.jl or BlockBandedMatrices.jl
537-
for sparsity patterns. In the future, those two packages should just depend on
538-
ArrayInterface.jl and remove this issue entirely from the user space.
539-
540-
Additionally, GPUs need ArrayInterfaceGPUArrays for proper determination of the indexing.
541-
542-
543531
## Contributing
544532

545533
- Please refer to the

0 commit comments

Comments
 (0)