Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
Unvanquished
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
ACES DGEMM 1.2.0
pts/mt-dgemm-1.2.0
- 11 October 2019 -
Initial commit of ACES DGEMM
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/mtdgemm-crossroads-v1.0.0.tgz</URL> <MD5>b133bd78e7864cef498f92b03176cafd</MD5> <SHA256>ba0a6222ae82e89ec3e2c26b22f2d4d9999993f436d9980c57b0ade660d12649</SHA256> <FileName>mtdgemm-crossroads-v1.0.0.tgz</FileName> <FileSize>4082</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf mtdgemm-crossroads-v1.0.0.tgz cc -O3 -march=native -fopenmp $CFLAGS -o mtdgemm mt-dgemm/src/mt-dgemm.c echo $? > ~/install-exit-status rm -rf mt-dgemm echo "#!/bin/sh export OMP_NUM_THREADS=\$NUM_CPU_CORES export OMP_PLACES=cores export OMP_PROC_BIND=close ./mtdgemm \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > mt-dgemm chmod +x mt-dgemm
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>GFLOP/s rate: #_RESULT_# GF/s</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.0.1--> <PhoronixTestSuite> <TestInformation> <Title>ACES DGEMM</Title> <AppVersion>1.0</AppVersion> <Description>This is a multi-threaded DGEMM benchmark.</Description> <ResultScale>GFLOP/s</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Sustained Floating-Point Rate</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://www.lanl.gov/projects/crossroads/benchmarks-performance-analysis.php</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>3072 4</Arguments> </Default> </TestSettings> </PhoronixTestSuite>