Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
Blender
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
Llama.cpp
OpenVINO
Renaissance
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
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
ASTC Encoder 1.4.0
pts/astcenc-1.4.0
- 22 July 2022 -
Update against ASTC Encoder 4.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/png-samples-1.tar.xz</URL> <MD5>3f928e4d08777e6e84c54202a00429de</MD5> <SHA256>9810c8fd3afd35b4755c2a46f14fc66e2b9199c22e46a5946123c9250f2d1ccd</SHA256> <FileName>png-samples-1.tar.xz</FileName> <FileSize>58346628</FileSize> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/archive/refs/tags/4.0.0.tar.gz</URL> <MD5>e8b617cafc42e0f76c6eee4782f918ae</MD5> <SHA256>a33be92e95427025e45f9543678c38eb5507b344dedcb5506af42f9bac93040a</SHA256> <FileName>astc-encoder-4.0.0.tar.gz</FileName> <FileSize>35758128</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/4.0.0/astcenc-4.0.0-macos-x64.zip</URL> <MD5>3c5a084a35baaac372590f86e2fffdcc</MD5> <SHA256>26866ad79d80a6153f1746516004e5a95df07c55c6866e44ed63bb7953c7532e</SHA256> <FileName>astcenc-4.0.0-macos-x64.zip</FileName> <FileSize>995133</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/4.0.0/astcenc-4.0.0-windows-x64.zip</URL> <MD5>66ea66ad5af0766fd35e68f8ceaac479</MD5> <SHA256>b83a7d0c88d7e720828bf91655ad4acccee95b2d8086835ef26879b905777172</SHA256> <FileName>astcenc-4.0.0-windows-x64.zip</FileName> <FileSize>1527098</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf png-samples-1.tar.xz tar -xf astc-encoder-4.0.0.tar.gz cd astc-encoder-4.0.0 mkdir build cd build ASTCISA="-DISA_AVX2=on" ASTCBIN="avx2" if [ $OS_ARCH = "aarch64" ] then ASTCISA="-DISA_NEON=on" ASTCBIN="neon" fi cmake -DCMAKE_BUILD_TYPE=Release $ASTCISA .. make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh ./astc-encoder-4.0.0/build/Source/astcenc-$ASTCBIN \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > astcenc chmod +x astcenc
install_macosx.sh
#!/bin/sh tar -xf png-samples-1.tar.xz unzip -o astcenc-4.0.0-macos-x64.zip chmod +x bin/astcenc-avx2 echo "#!/bin/sh ./bin/astcenc-avx2 \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > astcenc chmod +x astcenc
install_windows.sh
#!/bin/sh tar -xf png-samples-1.tar.xz unzip -o astcenc-4.0.0-windows-x64.zip chmod +x bin/astcenc-avx2.exe echo "#!/bin/sh ./bin/astcenc-avx2.exe \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > astcenc chmod +x astcenc
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate> Coding rate: #_RESULT_# MT/s</OutputTemplate> <DeleteOutputAfter>Decoding time:</DeleteOutputAfter> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.4--> <PhoronixTestSuite> <TestInformation> <Title>ASTC Encoder</Title> <AppVersion>4.0</AppVersion> <Description>ASTC Encoder (astcenc) is for the Adaptive Scalable Texture Compression (ASTC) format commonly used with OpenGL, OpenGL ES, and Vulkan graphics APIs. This test profile does a coding test of both compression/decompression.</Description> <ResultScale>MT/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.4.0</Version> <SupportedPlatforms>Linux, Windows, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, cmake</ExternalDependencies> <EnvironmentSize>230</EnvironmentSize> <ProjectURL>https://github.com/ARM-software/astc-encoder/</ProjectURL> <RepositoryURL>https://github.com/ARM-software/astc-encoder</RepositoryURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-tl sample-4.png 1.png 8x6 </Arguments> </Default> <Option> <DisplayName>Preset</DisplayName> <Identifier>preset</Identifier> <Menu> <Entry> <Name>Fast</Name> <Value>-fast -repeats 120</Value> </Entry> <Entry> <Name>Medium</Name> <Value>-medium -repeats 20</Value> </Entry> <Entry> <Name>Thorough</Name> <Value>-thorough -repeats 10</Value> </Entry> <Entry> <Name>Exhaustive</Name> <Value>-exhaustive -repeats 2</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>