glades
glades

Reputation: 4779

Dynamic linking of SIMD wrapper library for different architectures?

This stackoverflow hints that the Eigen vector library will need to know the targeted ISA at compile time to compile the SIMD intrinsics. As we are running our application on different servers using different intel ISA's, some supporting only AVX2 while others support avx512, what is the advised way to go about if we want to continually deploy or app on the whole server cluster? I have identified two ways but maybe there are more:

Are there more, maybe better alternatives?

Upvotes: 1

Views: 81

Answers (0)

Related Questions