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
ASKAP tConvolveCuda 1.0.0
pts/askap-1.0.0
- 10 November 2015 -
Add ASKAP CUDA test.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m5--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/askap-benchmarks-20151110.tar.gz</URL> <MD5>5bb53220fddd2b727e57bf530656f15e</MD5> <SHA256>fba2491eafac9faab6934dab6305bc8de51fc742e7854abd35eaaddf0b3f415e</SHA256> <FileSize>115132</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf askap-benchmarks-20151110.tar.gz cd askap-benchmarks/tConvolveCuda make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd askap-benchmarks/tConvolveCuda ./tConvolveCuda > \$LOG_FILE echo \$? > ~/test-exit-status" > askap chmod +x askap
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m5--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Gridding rate #_RESULT_#</OutputTemplate> <MatchToTestArguments>Gridding</MatchToTestArguments> </ResultsParser> <ResultsParser> <OutputTemplate>Degridding rate #_RESULT_#</OutputTemplate> <MatchToTestArguments>Degridding</MatchToTestArguments> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.0.0m5--> <PhoronixTestSuite> <TestInformation> <Title>ASKAP tConvolveCuda</Title> <AppVersion>2015-11-10</AppVersion> <Description>This is a CUDA benchmark of ATNF's ASKAP Benchmark with currently using the tConvolveCuda sub-test.</Description> <ResultScale>Million Grid Points Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cuda</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>https://github.com/ATNF/askap-benchmarks</ProjectURL> <InternalTags>CUDA</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Processing</DisplayName> <Identifier>processing</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>Gridding</Name> <Value>Gridding</Value> <Message></Message> </Entry> <Entry> <Name>Degridding</Name> <Value>Degridding</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>