Hi, is it possible to specify vectorization length(<deafult)? I'm running same code on local computer and server, whose cpu supports SSE2+4.10GHz and AVX512+2.60GHz respectively. The speed up for iteration time is only 2 on server, which should be 8*2.6 / 2*4.1 > 2.5 times. Therefore I'd like to run code with different vectorization length on same computer to test Vectorization's power.
I replace all FEEvaluation, MatrixFree and VectorizedArray construction with a VectorizedArray<number, width>, but make returns some intricate error. Is specify vectorization length possible? I think I've seen one in dealii/test ... -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/25c5d181-4ed8-43cc-8a42-16e5a62fdacan%40googlegroups.com.