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
RealSR-NCNN 1.0.0
pts/realsr-ncnn-1.0.0
- 24 September 2020 -
Initial commit of RealSR-NCNN Vulkan.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <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/realsr-ncnn-vulkan/releases/download/20200818/realsr-ncnn-vulkan-20200818-linux.zip</URL> <MD5>a6b4290bc1915c60ecac6f71e1c5b2a2</MD5> <SHA256>ef9d4cd112fc4ab66afa5d001500130f7bfca23fffa06d31e37f4da565a760a3</SHA256> <FileName>realsr-ncnn-vulkan-20200818-linux.zip</FileName> <FileSize>63191916</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/nihui/realsr-ncnn-vulkan/releases/download/20200818/realsr-ncnn-vulkan-20200818-windows.zip</URL> <MD5>60c0bdfa2d18e4e9c5368baaaaf08a8f</MD5> <SHA256>24bf51b7f8e7f3f4f65ede8e5c16c56468b9c1478d8a8ca90d310cca08feec43</SHA256> <FileName>realsr-ncnn-vulkan-20200818-windows.zip</FileName> <FileSize>63205509</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o realsr-ncnn-vulkan-20200818-linux.zip cd realsr-ncnn-vulkan-20200818-linux/ tar -xf ../lowend-image-samples-1.tar.xz cd ~/ cat>realsr-ncnn<<EOT #!/bin/sh cd realsr-ncnn-vulkan-20200818-linux/ ./realsr-ncnn-vulkan -i low-end-image-sample1.JPG -o out.png \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x realsr-ncnn
install_windows.sh
#!/bin/sh unzip -o realsr-ncnn-vulkan-20200818-windows.zip cd realsr-ncnn-vulkan-20200818-windows/ tar -xf ../lowend-image-samples-1.tar.xz cd ~/ cat>realsr-ncnn<<EOT #!/bin/sh cd realsr-ncnn-vulkan-20200818-windows/ ./realsr-ncnn-vulkan.exe -i low-end-image-sample1.JPG -o out.png \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status EOT chmod +x realsr-ncnn
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.0.0m2--> <PhoronixTestSuite> <TestInformation> <Title>RealSR-NCNN</Title> <AppVersion>20200818</AppVersion> <Description>RealSR-NCNN is an NCNN neural network implementation of the RealSR project and accelerated using the Vulkan API. RealSR is the Real-World Super Resolution via Kernel Estimation and Noise Injection. 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 by a scale of 4x 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> <RequiresDisplay>TRUE</RequiresDisplay> <EnvironmentSize>90</EnvironmentSize> <ProjectURL>https://github.com/nihui/realsr-ncnn-vulkan</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Scale</DisplayName> <Identifier>scale</Identifier> <ArgumentPrefix>-s </ArgumentPrefix> <Menu> <Entry> <Name>4x</Name> <Value>4</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>