[Nek5000-users] libxsmm within Nek5000
nek5000-users at lists.mcs.anl.gov
nek5000-users at lists.mcs.anl.gov
Mon Nov 20 06:46:12 CST 2017
Hi,
Do you have any performance results of the libxsmm comparing with stand-alone "mxm" ?
In the master branch of Nek5000, the libxsmm function "libxsmm_dgemm" is only called in file "
mxm_wrapper.f"
...
#ifdef XSMM
call libxsmm_dgemm('N','N',n1,n3,n2,1.0,a,n1,b,n2,0.0,c,n1)
#endif
...
I could not find any optimization works such as dispatch and streaming updates in the kernels that were used in e.g. NekBox.
What is the status about the implementation of libxsmm or other SIMD techniques within Nek5000 right now?
Thanks. /Jing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/nek5000-users/attachments/20171120/b51d639f/attachment.html>
More information about the Nek5000-users
mailing list