Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
MandelGPU 1.2.0
pts/mandelgpu-1.2.0
- 11 April 2012 -
Update by Michael Larabel.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m0 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/MandelGPU-v1.3pts-1.tar.bz2</URL> <MD5>48860cf35af0da6d862d5114262a2a9d</MD5> <FileName>MandelGPU-v1.3pts-1.tar.bz2</FileName> <FileSize>20634</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvjf MandelGPU-v1.3pts-1.tar.bz2 cd MandelGPU-v1.3pts/ ./build.sh echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd MandelGPU-v1.3pts/ ./mandelGPU \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > mandelgpu chmod +x mandelgpu
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m0 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>[FINAL] Elapsed Time: 146.311 sec - Sample/sec #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m0 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>MandelGPU</Title> <AppVersion>1.3pts1</AppVersion> <Description>MandelGPU is an OpenCL benchmark and this test runs with the OpenCL rendering float4 kernel with a maximum of 4096 iterations.</Description> <ResultScale>Samples/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, glut, opencl</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <ProjectURL>http://davibu.interfree.it/opencl/mandelgpu/mandelGPU.html</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments>rendering_kernel_float4.cl 1920 1080 4096</PostArguments> </Default> <Option> <DisplayName>OpenCL Device</DisplayName> <Identifier>cl-device</Identifier> <Menu> <Entry> <Name>CPU</Name> <Value>1 0</Value> </Entry> <Entry> <Name>GPU</Name> <Value>0 1</Value> </Entry> <Entry> <Name>CPU+GPU</Name> <Value>1 1</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>