Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
Caffe 1.0.0
system/caffe-1.0.0
- 01 August 2016 -
Initial commit of system caffe test.
install.sh
#!/bin/sh if which caffe >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: Caffe is not found on the system!" echo 2 > ~/install-exit-status fi echo "#!/bin/sh caffe time --model=\$TEST_EXTENDS/caffe-git/models/bvlc_alexnet/deploy.prototxt -iterations 1000 >\$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > caffe-benchmark chmod +x caffe-benchmark
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.6.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Caffe</Title> <Executable>caffe-benchmark</Executable> </TestInformation> <TestProfile> <Version>1.0.0</Version> <Extends>pts/caffe</Extends> <Maintainer>Athenas Jimenez</Maintainer> </TestProfile> </PhoronixTestSuite>