Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
.*(Number, Diagonal)
with *(Number, Diagonal)
The result with / without broadcasting here is the same. Removing the broadcast here would avoid JuliaGPU/CUDA.jl#2140. Further, when `cache.DtD.diag isa ComponentVector` that CUDA bug would lead to scalar indexing error on GPU.
- Loading branch information