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.3.0
pts/smallpt-gpu-1.3.0
- 06 November 2013 -
Update build support.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.8.3 (Sokndal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/SmallptGPU-v1.6pts-1.tar.bz2</URL> <MD5>e3b5bc93cb169a7772bf6d5f13f92068</MD5> <FileSize>36740</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvjf SmallptGPU-v1.6pts-1.tar.bz2 cd SmallptGPU-v1.6pts/ case $OS_TYPE in "MacOSX") CCFLAGS="-O3 -lm -ftree-vectorize -funroll-loops -Wall -framework OpenCL -framework OpenGL -framework GLUT" ;; *) CCFLAGS="-O3 -lm -ftree-vectorize -funroll-loops -Wall -lglut -lglut -lOpenCL -lGL" ;; esac gcc -DSMALLPT_GPU -o smallptGPU simplernd.h vec.h camera.h geom.h displayfunc.h scene.h geomfunc.h smallptGPU.c displayfunc.c $CCFLAGS echo $? > ~/install-exit-status cpp <rendering_kernel.cl >preprocessed_rendering_kernel.cl cpp <rendering_kernel_dl.cl >preprocessed_rendering_kernel_dl.cl 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 v4.8.3 (Sokndal)--> <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.8.3 (Sokndal)--> <PhoronixTestSuite> <TestInformation> <Title>SmallPT GPU</Title> <AppVersion>1.6pts1</AppVersion> <Description>SmallPT GPU is an OpenCL benchmark that's run with various PTS changes compared to upstream and multiple rendering scenes are available.</Description> <ResultScale>Samples/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.3.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>1.0</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 1920 1080</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>Complex</Name> <Value>complex.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>