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
JuliaGPU 1.1.0
pts/juliagpu-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/JuliaGPU-v1.2pts.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/JuliaGPU-v1.2pts.zip</URL> <MD5>c3a4d773cf2236df093ae7a6e6fa49cf</MD5> <FileSize>23857</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o JuliaGPU-v1.2pts.zip cd JuliaGPU-v1.2pts/ make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd JuliaGPU-v1.2pts/ ./juliaGPU \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > juliagpu chmod +x juliagpu
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>JuliaGPU</Title> <AppVersion>1.2pts</AppVersion> <Description>JuliaGPU is an OpenCL benchmark. The test is ran with 2x2 sampling size, fast rendering, and shadow support.</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/juliagpu/juliaGPU.html</ProjectURL> <InternalTags>OpenCL</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <PostArguments>preprocessed_rendering_kernel.cl 1024 768</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>