ARM Neoverse
The ARM server processor architecture Eugo’s compute nodes are built on, chosen for performance per watt on numeric workloads.
Eugo maintains a custom LLVM and Clang toolchain targeting these cores, which is part of how automatic vectorization is applied to ordinary Python numeric code.
Performance & optimizationGPU & acceleration
Related terms
- Vectorization: Rewriting operations so a single instruction processes several data elements at once, using the processor’s wide registers.
- Compute node: A machine in a cluster that executes tasks. Compute nodes do the work; the head node coordinates it.
- Automatic optimization: Transformations Eugo applies to your code as it runs: vectorization, GPU offloading, and low-level tuning, with no annotation from you.