Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MKL Verbose TOOLKIT

Gennady_F_Intel
Moderator
1,242 Views

An Argonne National Laboratory researcher has written a parsing tool to summarize MKL_VERBOSE output.

The tool can be very useful for customers who need summary of many MKL calls and their statistics.

The link to the GitHub is https://github.com/TApplencourt/mkl-verbose-toolkit

Requirement 

python3

tabulate package

Installation:

pip install -r requirements.txt

conda install --file requirements.txt

Usage:

mkl_parse.py [-h] [-n #] [filename]

Generate a summary for "MKL_verbosed" log files. $MKLROOT will be used to match MKL arguments name with respective values.

Positional arguments: filename If filename is not provided, std.in will be used

Optional arguments: -h, --help show this help message and exit -n #, --num_routines # The number of routines to print out

0 Kudos
0 Replies
Reply