Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
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
Waifu2x-NCNN Vulkan 1.0.0
pts/waifu2x-ncnn-1.0.0
- 20 October 2020 -
Initial commit Waifu2x-NCNN Vulkan.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/lowend-image-samples-1.tar.xz</URL> <MD5>faed1d4ca6e4c781786a78e697f2b691</MD5> <SHA256>87732c1d6fb7b778f1970ba9f59246aa4290908ae0f9d1cea1d5fd64198df535</SHA256> <FileName>lowend-image-samples-1.tar.xz</FileName> <FileSize>346412</FileSize> </Package> <Package> <URL>https://github.com/nihui/waifu2x-ncnn-vulkan/releases/download/20200818/waifu2x-ncnn-vulkan-20200818-linux.zip</URL> <MD5>ac995a70dfdb030561f6695b8d2ea065</MD5> <SHA256>249f59628cf750c93f49654c317b41a0ee4743236e23ad05cf413f7fda40d4ba</SHA256> <FileName>waifu2x-ncnn-vulkan-20200818-linux.zip</FileName> <FileSize>34790822</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/waifu2x-ncnn-vulkan/releases/download/20200818/waifu2x-ncnn-vulkan-20200818-windows.zip</URL> <MD5>7a6bd44ac14d37e7539632acaefe514e</MD5> <SHA256>0e3eb91d832a3b3cf88d061bd3421fb22100d23fae91952411f4d263ec3badcc</SHA256> <FileName>waifu2x-ncnn-vulkan-20200818-windows.zip</FileName> <FileSize>34800325</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o waifu2x-ncnn-vulkan-20200818-linux.zip cd waifu2x-ncnn-vulkan-20200818-linux/ tar -xf ../lowend-image-samples-1.tar.xz cd ~/ cat>waifu2x-ncnn<<EOT #!/bin/sh cd waifu2x-ncnn-vulkan-20200818-linux/ ./waifu2x-ncnn-vulkan -i low-end-image-sample1.JPG -o out.png \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x waifu2x-ncnn
install_windows.sh
#!/bin/sh unzip -o waifu2x-ncnn-vulkan-20200818-windows.zip cd waifu2x-ncnn-vulkan-20200818-windows/ tar -xf ../lowend-image-samples-1.tar.xz cd ~/ cat>waifu2x-ncnn<<EOT #!/bin/sh cd waifu2x-ncnn-vulkan-20200818-windows/ ./waifu2x-ncnn-vulkan.exe -i low-end-image-sample1.JPG -o out.png \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x waifu2x-ncnn
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0--> <PhoronixTestSuite> <TestInformation> <Title>Waifu2x-NCNN Vulkan</Title> <AppVersion>20200818</AppVersion> <Description>Waifu2x-NCNN is an NCNN neural network implementation of the Waifu2x converter project and accelerated using the Vulkan API. NCNN is a high performance neural network inference framework optimized for mobile and other platforms developed by Tencent. This test profile times how long it takes to increase the resolution of a sample image with Vulkan.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Application</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86_64</SupportedArchitectures> <ExternalDependencies>vulkan-development</ExternalDependencies> <EnvironmentSize>78</EnvironmentSize> <ProjectURL>https://github.com/nihui/waifu2x-ncnn-vulkan</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Scale</DisplayName> <Identifier>scale</Identifier> <ArgumentPrefix>-s </ArgumentPrefix> <Menu> <Entry> <Name>2x</Name> <Value>2</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Denoise</DisplayName> <Identifier>denoise</Identifier> <ArgumentPrefix>-n </ArgumentPrefix> <Menu> <Entry> <Name>3</Name> <Value>3</Value> </Entry> </Menu> </Option> <Option> <DisplayName>TAA</DisplayName> <Identifier>taa</Identifier> <Menu> <Entry> <Name>Yes</Name> <Value>-x</Value> </Entry> <Entry> <Name>No</Name> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>