- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
I was doing some comparison tests and noticed that a general matrix multiplication function is faster than a sparse blas specific function (cblas_?gemm and mkl_sparse_?_mm). The objective of sparse blas' matrix multiplication functions, at least, is to be less expensive in terms of memory, but not necessarily in terms of execution time, am I right?
- Marcas:
- Memory
- multiplication
- sparse
Link copiado
1 Responder
- Marcar como novo
- Marcador
- Subscrever
- Silenciar
- Subscrever fonte RSS
- Destacar
- Imprimir
- Denunciar conteúdo inapropriado
As an extreme counterexample, consider the outer product of two n-vectors. You may use a general matrix multiply routine to perform this operation, although other routines may be better suited. The general matrix routine need not use more temporary storage than that needed for a single real/double.

Responder
Opções do tópico
- Subscrever fonte RSS
- Marcar tópico como novo
- Marcar tópico como lido
- Flutuar este Tópico para o utilizador atual
- Marcador
- Subscrever
- Página amigável para impressora