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
SmallPT GPU 1.1.0
pts/smallpt-gpu-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SmallptGPU-v1.6pts.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/SmallptGPU-v1.6pts.zip</URL> <MD5>885783844742c71d4e6b93478fc4ed2e</MD5> <FileSize>39266</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o SmallptGPU-v1.6pts.zip cd SmallptGPU-v1.6pts/ make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd SmallptGPU-v1.6pts/ ./smallptGPU \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > smallpt-gpu chmod +x smallpt-gpu
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <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 v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>SmallPT GPU</Title> <AppVersion>1.6pts</AppVersion> <Description>SmallPT GPU is an OpenCL benchmark that's run with a 128 work-group size and multiple rendering scenes are available.</Description> <ResultScale>Samples/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.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/smallptgpu/smallptGPU.html</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>OpenCL Device</DisplayName> <Identifier>cl-device</Identifier> <ArgumentPostfix> 128 preprocessed_rendering_kernel.cl 1024 768</ArgumentPostfix> <Menu> <Entry> <Name>CPU</Name> </Entry> <Entry> <Name>GPU</Name> <Value>1</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Scene</DisplayName> <Identifier>scene</Identifier> <ArgumentPrefix>scenes/</ArgumentPrefix> <Menu> <Entry> <Name>Caustic</Name> <Value>caustic.scn</Value> </Entry> <Entry> <Name>Caustic3</Name> <Value>caustic3.scn</Value> </Entry> <Entry> <Name>Cornell</Name> <Value>cornell.scn</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>