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
Darmstadt Automotive Parallel Heterogeneous Suite 1.1.0
pts/daphne-1.1.0
- 17 March 2023 -
Update against latest upstream, update download links.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://hessenbox.tu-darmstadt.de/dl/fiLRpW1WMphF9EmUrF387uVe/daphne-data-full.zip</URL> <MD5>a0a439ffcf4942efc8fa42a134789089</MD5> <SHA256>64a5f11f65ad6e00dfeaf753e84015bbe5f6e4e65ec9823a3f2aaf79bb428545</SHA256> <FileName>daphne-data-full.zip</FileName> <FileSize>4919472349</FileSize> </Package> <Package> <URL>https://github.com/esa-tu-darmstadt/daphne-benchmark/archive/6df0108efa43971e89ad105a86a28c0349f5d54d.zip</URL> <MD5>828b153798eabd4b13c01e949a28c071</MD5> <SHA256>4bb4c9c1a3fd7965792b62fd8c8ed54ba4ca79dc953ca0391d3bb36b0891c1d1</SHA256> <FileName>daphne-benchmark-6df0108efa43971e89ad105a86a28c0349f5d54d.zip</FileName> <FileSize>19046395</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o daphne-benchmark-6df0108efa43971e89ad105a86a28c0349f5d54d.zip cd ~/daphne-benchmark-6df0108efa43971e89ad105a86a28c0349f5d54d/data unzip -o ../../daphne-data-full.zip tar -xf testcases_full.tgz rm -f testcases_full.tgz cd ~/daphne-benchmark-6df0108efa43971e89ad105a86a28c0349f5d54d cp src/OpenCl/include/benchmark.h src/OpenCl/include/benchmark.h.orig echo "#include <cstdint>" > src/OpenCl/include/benchmark.h cat src/OpenCl/include/benchmark.h.orig >> src/OpenCl/include/benchmark.h cp src/OpenMP/include/benchmark.h src/OpenMP/include/benchmark.h.orig echo "#include <cstdint>" > src/OpenMP/include/benchmark.h cat src/OpenMP/include/benchmark.h.orig >> src/OpenMP/include/benchmark.h cp src/Cuda/include/benchmark.h src/Cuda/include/benchmark.h.orig echo "#include <cstdint>" > src/Cuda/include/benchmark.h cat src/Cuda/include/benchmark.h.orig >> src/Cuda/include/benchmark.h make opencl make openmp echo $? > ~/install-exit-status export PATH=/usr/local/cuda/bin:$PATH make cuda cd ~/ echo "#!/bin/sh cd daphne-benchmark-6df0108efa43971e89ad105a86a28c0349f5d54d/src/\$1/\$2 ./kernel -p 100 > \$LOG_FILE 2>&1" > daphne chmod +x daphne
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>elapsed time: 6.61638 seconds, average time per testcase (#2500): #_RESULT_# seconds</OutputTemplate> <LineHint>elapsed time</LineHint> <DivideResultDivisor>60</DivideResultDivisor> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>Darmstadt Automotive Parallel Heterogeneous Suite</Title> <AppVersion>2021.11.02</AppVersion> <Description>DAPHNE is the Darmstadt Automotive Parallel HeterogeNEous Benchmark Suite with OpenCL / CUDA / OpenMP test cases for these automotive benchmarks for evaluating programming models in context to vehicle autonomous driving capabilities.</Description> <ResultScale>Test Cases Per Minute</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, opencl</ExternalDependencies> <EnvironmentSize>29000</EnvironmentSize> <ProjectURL>https://github.com/esa-tu-darmstadt/daphne-benchmark/</ProjectURL> <RepositoryURL>https://github.com/esa-tu-darmstadt/daphne-benchmark</RepositoryURL> <InternalTags>SMP, OpenMP, CUDA, OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Backend</DisplayName> <Identifier>backend</Identifier> <Menu> <Entry> <Name>OpenMP</Name> <Value>OpenMP</Value> </Entry> <Entry> <Name>OpenCL</Name> <Value>OpenCl</Value> </Entry> <Entry> <Name>NVIDIA CUDA</Name> <Value>Cuda</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Kernel</DisplayName> <Identifier>kernel</Identifier> <Menu> <Entry> <Name>Euclidean Cluster</Name> <Value>euclidean_cluster</Value> </Entry> <Entry> <Name>NDT Mapping</Name> <Value>ndt_mapping</Value> </Entry> <Entry> <Name>Points2Image</Name> <Value>points2image</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>