|
|
|
|
|
by singhrac
1060 days ago
|
|
As a separate data point, I briefly switched one of our servers from an r6a.4xlarge (AMD Epyc) to a r6i.4xlarge (Intel Xeon) and saw a 30% speedup in our number-heavy compute task. I would love to find out why (MKL or AVX512? Do I need to recompile numpy?), but for the time being it pays to stay on Xeon. We eventually switched to m-instances since that fits our compute/memory usage better when we’re at limits. |
|