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
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
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
Mobile Neural Network 1.1.1
pts/mnn-1.1.1
- 12 January 2021 -
Test builds fine on macOS.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/alibaba/MNN/archive/1.1.1.tar.gz</URL> <MD5>aa5a91cf25270df3d89e6f96b5bb79ee</MD5> <SHA256>2e671cb727f2c12f42d189cdc41d4c1929bd5b599000d65ef5fcc6360ab282a5</SHA256> <FileName>MNN-1.1.1.tar.gz</FileName> <FileSize>6623063</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh rm -rf MNN-1.1.1 tar -xf MNN-1.1.1.tar.gz cd MNN-1.1.1 cd schema ./generate.sh cd .. mkdir build cd build cmake .. -DMNN_BUILD_BENCHMARK=true make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~/ cat>mnn<<EOT #!/bin/sh cd MNN-1.1.1/build ./benchmark.out ../benchmark/models/ 1000 100 0 \$NUM_CPU_CORES > \$LOG_FILE echo \$? > ~/test-exit-status EOT chmod +x mnn
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[ - ] SqueezeNetV1.0.mnn max = #_MAX_RESULT_# min = #_MIN_RESULT_# avg = #_RESULT_#</OutputTemplate> <LineHint>SqueezeNetV1.0.mnn</LineHint> <StripFromResult>ms</StripFromResult> <ArgumentsDescription>Model: SqueezeNetV1.0</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>[ - ] resnet-v2-50.mnn max = #_MAX_RESULT_# min = #_MIN_RESULT_# avg = #_RESULT_#</OutputTemplate> <LineHint>resnet-v2-50.mnn</LineHint> <StripFromResult>ms</StripFromResult> <ArgumentsDescription>Model: resnet-v2-50</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>[ - ] MobileNetV2_224.mnn max = #_MAX_RESULT_# min = #_MIN_RESULT_# avg = #_RESULT_#</OutputTemplate> <LineHint>MobileNetV2_224.mnn</LineHint> <StripFromResult>ms</StripFromResult> <ArgumentsDescription>Model: MobileNetV2_224</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>[ - ] mobilenet-v1-1.0.mnn max = #_MAX_RESULT_# min = #_MIN_RESULT_# avg = #_RESULT_#</OutputTemplate> <LineHint>mobilenet-v1-1.0.mnn</LineHint> <StripFromResult>ms</StripFromResult> <ArgumentsDescription>Model: mobilenet-v1-1.0</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>[ - ] inception-v3.mnn max = #_MAX_RESULT_# min = #_MIN_RESULT_# avg = #_RESULT_#</OutputTemplate> <LineHint>inception-v3.mnn</LineHint> <StripFromResult>ms</StripFromResult> <ArgumentsDescription>Model: inception-v3</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.2.0--> <PhoronixTestSuite> <TestInformation> <Title>Mobile Neural Network</Title> <AppVersion>1.1.1</AppVersion> <Description>MNN is the Mobile Neural Network as a highly efficient, lightweight deep learning framework developed by Alibaba.</Description> <ResultScale>ms</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.1</Version> <SupportedPlatforms>Linux, MacOSX</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>cmake, build-utilities</ExternalDependencies> <EnvironmentSize>2700</EnvironmentSize> <ProjectURL>https://github.com/alibaba/MNN</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>