Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Hashcat
Blender
7-Zip Compression
OpenFOAM
GLmark2
Newest Tests
PyTorch
DuckDB
easyWave
Apache Hadoop
Recently Updated Tests
OpenSSL
WebP2 Image Encode
Java SciMark
Embree
Blender
RabbitMQ
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Database Test Suite
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
VkFFT 1.2.0
pts/vkfft-1.2.0
- 01 August 2023 -
Update against latest upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/DTolm/VkFFT/archive/13005671b20956983128003d3747b0529f4ded9a.zip</URL> <MD5>0742134dc2ef0468f6902f86d7d5f4d2</MD5> <SHA256>e51db51e802b1815b9093c1f494c8f52dd4fd0d3fdf3a6ae9aff04ddb399f485</SHA256> <FileName>VkFFT-13005671b20956983128003d3747b0529f4ded9a.zip</FileName> <FileSize>6399711</FileSize> </Package> <Package> <URL>https://github.com/DTolm/VkFFT/releases/download/v1.2.31/VkFFT_Vulkan_release_v1.2.31.zip</URL> <MD5>e4733840b599b7c80796e77508a442cf</MD5> <SHA256>39dd7df132fca8395ea9b1c487fd7133037d45c1b5e1c4ada48945a185711661</SHA256> <FileName>VkFFT_Vulkan_release_v1.2.31.zip</FileName> <FileSize>1910201</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o VkFFT-13005671b20956983128003d3747b0529f4ded9a.zip #glslang build fix cd VkFFT-13005671b20956983128003d3747b0529f4ded9a/ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd VkFFT-13005671b20956983128003d3747b0529f4ded9a/build/ ./Vulkan_FFT \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > vkfft chmod +x vkfft
install_windows.sh
#!/bin/sh unzip -o Vulkan_FFT_release_v1.2.31.zip chmod +x Vulkan_FFT.exe echo "#!/bin/sh ./Vulkan_FFT.exe \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > vkfft chmod +x vkfft
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Benchmark score VkFFT: #_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>VkFFT</Title> <AppVersion>1.2.31</AppVersion> <Description>VkFFT is a Fast Fourier Transform (FFT) Library that is GPU accelerated by means of the Vulkan API. The VkFFT benchmark runs FFT performance differences of many different sizes before returning an overall benchmark score.</Description> <ResultScale>Benchmark Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, vulkan-development, cmake, fftw3-development</ExternalDependencies> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>286</EnvironmentSize> <ProjectURL>https://github.com/DTolm/VkFFT/</ProjectURL> <RepositoryURL>https://github.com/DTolm/VkFFT</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <ArgumentPrefix>-vkfft </ArgumentPrefix> <Menu> <Entry> <Name>FFT + iFFT C2C 1D batched in single precision</Name> <Value>0</Value> </Entry> <Entry> <Name>FFT + iFFT C2C 1D batched in double precision</Name> <Value>1</Value> </Entry> <Entry> <Name>FFT + iFFT C2C 1D batched in half precision</Name> <Value>2</Value> </Entry> <Entry> <Name>FFT + iFFT C2C multidimensional in single precision</Name> <Value>3</Value> </Entry> <Entry> <Name>FFT + iFFT C2C 1D batched in single precision, no reshuffling</Name> <Value>5</Value> </Entry> <Entry> <Name>FFT + iFFT R2C / C2R</Name> <Value>6</Value> </Entry> <Entry> <Name>FFT + iFFT C2C Bluestein in single precision</Name> <Value>7</Value> </Entry> <Entry> <Name>FFT + iFFT C2C Bluestein benchmark in double precision</Name> <Value>8</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>