[petsc-users] questions about vectorization

Mark Adams mfadams at lbl.gov
Mon Nov 13 07:26:50 CST 2017


On Sun, Nov 12, 2017 at 11:35 PM, Xiangdong <epscodes at gmail.com> wrote:

> Hello everyone,
>
> Can someone comment on the vectorization of PETSc? For example, for the
> MatMult function, will it perform better or run faster if it is compiled
> with avx2 or avx512?
>

There are no AVX instructions that I know of in PETSCc, but there are
kernels from 3rd parties that are: 1) the 'hypre' AMG solver and 2) the new
MKL sparse matrix class (wraps MKL, which is probably vectorized).


>
> Thank you.
>
> Best,
> Xiangdong
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20171113/c7aea72f/attachment.html>


More information about the petsc-users mailing list