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
DeepRec 1.0.2
pts/deeprec-1.0.2
- 21 April 2023 -
Add shyaml dependency.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/deeprec-cpu-benchmark-run-1.tar.xz</URL> <MD5>76e7ee3b7435feb3b590406df3aecd2b</MD5> <SHA256>61fdadfd080e551274ce76af958c1d3d7e6f6187854635ab7b88fa4a38e00c37</SHA256> <FileName>deeprec-cpu-benchmark-run-1.tar.xz</FileName> <FileSize>5472</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which docker>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Docker is not found on the system! This test profile needs a working docker installation in the PATH." echo 2 > ~/install-exit-status exit fi HOME=$DEBUG_REAL_HOME pip3 install --user shyaml tar -xf deeprec-cpu-benchmark-run-1.tar.xz sed -i 's/-it//g' benchmark.sh docker pull alideeprec/deeprec-release-modelzoo:latest echo $? > ~/install-exit-status echo "#!/bin/bash export HOME=\$DEBUG_REAL_HOME export PATH=\$PATH:\$HOME/.local/bin rm -f config.yaml cp config.template.yaml config.yaml sed -i \"s/MODEL_REPLACE/\$1/g\" config.yaml sed -i \"s/DATA_TYPE_REPLACE/\$2/g\" config.yaml bash benchmark.sh > \$LOG_FILE 2>&1" > deeprec chmod +x deeprec
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> DeepRec FP32 0.688399 0.763288 89.70 #_RESULT_#</OutputTemplate> <LineHint>DeepRec</LineHint> <ResultScale>Throughput</ResultScale> </ResultsParser> <ResultsParser> <OutputTemplate> DeepRec FP32 0.688399 0.763288 #_RESULT_# 45925.12</OutputTemplate> <LineHint>DeepRec</LineHint> <ResultScale>Gstep / sec</ResultScale> <Importance>Secondary</Importance> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>DeepRec</Title> <Description>DeepRec is a recommendation AI engine based on TensorFlow. This test profile is currently configured just for CPU-based execution.</Description> <ResultScale>Throughput</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <RequiresInternet>TRUE</RequiresInternet> <EnvironmentSize>7000</EnvironmentSize> <ProjectURL>https://deeprec.readthedocs.io/en/latest/</ProjectURL> <RepositoryURL>https://github.com/DeepRec-AI/DeepRec</RepositoryURL> <InternalTags>Cloud, Docker, AI</InternalTags> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>docker</SystemDependencies> </TestProfile> <TestSettings> <Option> <DisplayName>Model</DisplayName> <Identifier>model</Identifier> <Menu> <Entry> <Name>DIN</Name> <Value>din</Value> </Entry> <Entry> <Name>DLRM</Name> <Value>dlrm</Value> </Entry> <Entry> <Name>MMOE</Name> <Value>mmoe</Value> </Entry> <Entry> <Name>BST</Name> <Value>bst</Value> </Entry> <Entry> <Name>PLE</Name> <Value>ple</Value> </Entry> <Entry> <Name>DCNv2</Name> <Value>dcnv2</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Data Type</DisplayName> <Identifier>data-type</Identifier> <Menu> <Entry> <Name>BF16</Name> <Value>bf16</Value> </Entry> <Entry> <Name>FP32</Name> <Value>fp32</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>