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
VkFFT 1.3.0
pts/vkfft-1.3.0
- 17 February 2024 -
Update against VkFFT 1.3.4 upstream to fix build problems.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>https://github.com/DTolm/VkFFT/archive/refs/tags/v1.3.4.tar.gz</URL> <MD5>4e5d0f2465e5599b8e55466c59cc97f4</MD5> <SHA256>b61055393adb3adc79009fe12401cbfbbdfba584e665e9c35fcbf4b32fb31f30</SHA256> <FileName>VkFFT-1.3.4.tar.gz</FileName> <FileSize>6135651</FileSize> </Package> <Package> <URL>https://github.com/DTolm/VkFFT/releases/download/v1.3.4/VkFFT_Vulkan_v1.3.4.zip</URL> <MD5>a55f23e80d33ef34c80160a8395cc036</MD5> <SHA256>f72b5cf6d4f6bd2cd1744b871f0a5ece8e1b10566b1ea0706ffc02b450d99edf</SHA256> <FileName>VkFFT_Vulkan_v1.3.4.zip</FileName> <FileSize>2045024</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf VkFFT-1.3.4.tar.gz cd VkFFT-1.3.4 mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DALLOW_EXTERNAL_SPIRV_TOOLS=TRUE .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd VkFFT-1.3.4/build/ ./VkFFT_TestSuite \$@ > \$LOG_FILE echo \$? > ~/test-exit-status" > vkfft chmod +x vkfft
install_windows.sh
#!/bin/sh unzip -o VkFFT_Vulkan_v1.3.4.zip chmod +x VkFFT_TestSuite.exe echo "#!/bin/sh ./VkFFT_TestSuite.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.3.4</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.3.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> <EnvironmentSize>281</EnvironmentSize> <ProjectURL>https://github.com/DTolm/VkFFT/</ProjectURL> <RepositoryURL>https://github.com/DTolm/VkFFT</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>spirv-link, spirv-tools/linker.hpp</SystemDependencies> </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>