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.1
system/caffe-1.0.1
- 27 September 2020 -
Deprecate test profile.
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 v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Caffe</Title> <AppVersion>2020-02-13</AppVersion> <Description>This is a benchmark of the Caffe deep learning framework and currently supports the AlexNet and Googlenet model and execution on both CPUs and NVIDIA GPUs.</Description> <ResultScale>Milli-Seconds</ResultScale> <Proportion>LIB</Proportion> <Executable>caffe-benchmark</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Scientific</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Deprecated</Status> <ExternalDependencies>build-utilities, cuda, cmake, python, blas-development, boost-development, atlas-development, snappy, gflags, opencv, hdf5</ExternalDependencies> <Extends>pts/caffe</Extends> <EnvironmentSize>268</EnvironmentSize> <ProjectURL>http://caffe.berkeleyvision.org/</ProjectURL> <InternalTags>CUDA, SMP</InternalTags> <Maintainer>Athenas Jimenez</Maintainer> <SystemDependencies>google/protobuf/any.h, protoc, leveldb/c.h, glog/logging.h, liblmdb.so</SystemDependencies> </TestProfile> </PhoronixTestSuite>