Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Blender
PostgreSQL
Timed Linux Kernel Compilation
AOM AV1
Stress-NG
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Recently Updated Tests
Stress-NG
Llama.cpp
NCNN
srsRAN Project
VVenC
x265
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
PyOpenCL 1.0.1
pts/pyopencl-1.0.1
- 27 September 2020 -
Deprecated test profile.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/pyopencl-2009-10-03.tgz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/pyopencl-2009-10-03.tgz</URL> <MD5>23be187de61f6732cbddd918c34472ae</MD5> <FileName>pyopencl-2009-10-03.tgz</FileName> </Package> <Package> <FileName>pyopencl-0.91.3.tar.gz</FileName> <FileSize>46318</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir lib tar -zxvf pyopencl-0.91.3.tar.gz tar -zxvf pyopencl-2009-10-03.tgz cd pyopencl-0.91.3 PYTHON_V1=`python -c "import sys;v=sys.version_info;print v[0]"` PYTHON_V2=`python -c "import sys;v=sys.version_info;print v[1]"` ./configure.py \ --boost-python-libname=boost_python-py${PYTHON_V1}${PYTHON_V2}-mt \ --boost-thread-libname=boost_thread-mt make 2>&1 echo \$? > ~/test-exit-status cp -a build/lib.linux-x86_64-${PYTHON_V1}.${PYTHON_V2}/pyopencl ../lib cd .. echo "#/bin/sh export PYTHONPATH=`pwd`/lib python transpose.py \$@ | tail -n 1 > \$LOG_FILE 2>&1 " > pyopencl chmod +x pyopencl
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>PyOpenCL</Title> <AppVersion>0.91.3</AppVersion> <Description>Bandwidth Tests</Description> <ResultScale>GB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Deprecated</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>build-utilities, boost-thread-development, python, python-boost-development, python-numpy</ExternalDependencies> <EnvironmentSize>4.8</EnvironmentSize> <ProjectURL>http://mathema.tician.de/software/pyopencl</ProjectURL> <InternalTags>Python, OpenCL</InternalTags> <Maintainer>Achim Gottinger</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Type</DisplayName> <Identifier>type</Identifier> <Menu> <Entry> <Name>Silly</Name> <Value>Silly</Value> </Entry> <Entry> <Name>Naive</Name> <Value>Naive</Value> </Entry> <Entry> <Name>Local</Name> <Value>Local</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>