Eosc/easybuild/benchmark

From Nordic Language Processing Laboratory
Revision as of 23:26, 22 November 2020 by Andreku (talk | contribs) (TensorFlow)
Jump to: navigation, search

Background

In the context of the EOSC-Nordic EasyBuild pilot, the following page provides instructions for how to benchmark different software configurations on typical problems that are likely to affect NLPL users. Relevant variation will typically contrast pre-compiled binary installations (e.g. `pip` wheels) vs. locally compiled modules, where architecture-specific optimizations are enabled and optimized libraries (e.g. Intel MKL) are used.

NumPy

We use this Python script which tests matrix multiplications and singular value decomposition (SVD).

OpenBLAS on Saga

IMKL on Saga

TensorFlow

We use training an ELMo model on 2 GPUs as a benchmark. Any plain text corpus can be fed to this code.