try to use:
LinearAlgebra.BLAS.gemm!('T', 'N', one(T), view(mx, block, :), A, one(T), B)
where block
- Vector{Int}
and have:
ERROR: ArgumentError: strides is invalid for SubArrays with indices of type Vector{Int64}
can I use views with LinearAlgebra.BLAS.gemm!?