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
ArrayFire 1.1.0
pts/arrayfire-1.1.0
- 05 March 2020 -
Update against latest ArrayFire upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://arrayfire.s3.amazonaws.com/3.7.0/ArrayFire-v3.7.0_Linux_x86_64.sh</URL> <MD5>34e01783845937a48a9eff4ad5a43228</MD5> <SHA256>d695989ee7c188c1e9bfa85f39bdb5a4bcc46b3a96fc78ea173b7b7f4fac9bf7</SHA256> <FileName>ArrayFire-v3.7.0_Linux_x86_64.sh</FileName> <FileSize>1337052754</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh chmod +x ArrayFire-v3.7.0_Linux_x86_64.sh ./ArrayFire-v3.7.0_Linux_x86_64.sh --prefix t --skip-license cd share/ArrayFire/examples/ mkdir build cd build cmake -DArrayFire_DIR=$HOME/share/ArrayFire/cmake/ -DAF_BUILD_CUDA=OFF .. make -j $NUM_CPU_THREADS cd ~/ echo "#!/bin/sh cd share/ArrayFire/examples/build ./benchmarks/\$1 > \$LOG_FILE 2>&1 " > arrayfire chmod +x arrayfire
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> ### peak #_RESULT_# GFLOPS</OutputTemplate> <ResultScale>GFLOPS</ResultScale> <ResultProportion>HIB</ResultProportion> </ResultsParser> <ResultsParser> <OutputTemplate>Dense Conjugate Gradient Time: #_RESULT_#</OutputTemplate> <StripFromResult>ms</StripFromResult> <ResultScale>ms</ResultScale> <ResultProportion>LIB</ResultProportion> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.4.1--> <PhoronixTestSuite> <TestInformation> <Title>ArrayFire</Title> <AppVersion>3.7</AppVersion> <Description>ArrayFire is an GPU and CPU numeric processing library, this test uses the built-in CPU and OpenCL ArrayFire benchmarks.</Description> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>build-utilities, boost-development, cmake, blas-development, lapack-development, fftw3-development, opencl</ExternalDependencies> <EnvironmentSize>3700</EnvironmentSize> <ProjectURL>https://arrayfire.com/</ProjectURL> <InternalTags>OpenCL, CUDA</InternalTags> <Maintainer>Jason Newton</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>BLAS CPU</Name> <Value>blas_cpu</Value> </Entry> <Entry> <Name>Conjugate Gradient CPU</Name> <Value>cg_cpu</Value> </Entry> <Entry> <Name>BLAS OpenCL</Name> <Value>blas_opencl</Value> </Entry> <Entry> <Name>Conjugate Gradient OpenCL</Name> <Value>cg_opencl</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>