Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
7-Zip Compression
Stockfish
SVT-AV1
PostgreSQL
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
ASTC Encoder 1.6.0
pts/astcenc-1.6.0
- 31 October 2024 -
Update against astcenc 5.0 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.5--> <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/5.0.0.tar.gz</URL> <MD5>a15a3aa43f0af781662b9b5d8c12c9fe</MD5> <SHA256>1f731c61be4fc1714f792ce14e5a8f5170beb746ae8bc56fd8a7381cd1dd2bcc</SHA256> <FileName>astc-encoder-5.0.0.tar.gz</FileName> <FileSize>36093598</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/5.0.0/astcenc-5.0.0-macos-universal.zip</URL> <MD5>af59e550760bbda25fcd8ff8909b8cb8</MD5> <SHA256>b8e450250932f07765d868318709964da2a36d41be0538f5c018d8fc72a41e70</SHA256> <FileName>astcenc-5.0.0-macos-universal.zip</FileName> <FileSize>1061734</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/5.0.0/astcenc-5.0.0-windows-x64.zip</URL> <MD5>cef967d545eb4a94af3e441d1585d595</MD5> <SHA256>6c22b89f3d437d457c45036c8297ce9cec400f8bdfa019eed71e3b8d343f5ebb</SHA256> <FileName>astcenc-5.0.0-windows-x64.zip</FileName> <FileSize>1558159</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf png-samples-1.tar.xz tar -xf astc-encoder-5.0.0.tar.gz cd astc-encoder-5.0.0 mkdir build cd build ASTCISA="-DASTCENC_ISA_AVX2=on" ASTCBIN="avx2" if [ $OS_ARCH = "aarch64" ] then ASTCISA="-DASTCENC_ISA_NEON=on" ASTCBIN="neon" fi cmake -DCMAKE_BUILD_TYPE=Release -DASTCENC_ISA_NATIVE=ON $ASTCISA -DCMAKE_CXX_FLAGS="-O3 -DNDEBUG" .. make -j $NUM_CPU_CORES EXIT_STATUS=$? if [ $EXIT_STATUS -ne 0 ]; then # GCC 14 fix cmake -DCMAKE_BUILD_TYPE=Release -DASTCENC_ISA_NATIVE=ON $ASTCISA -DCMAKE_CXX_FLAGS="-O3 -DNDEBUG -Wno-error=calloc-transposed-args" .. make -j $NUM_CPU_CORES EXIT_STATUS=$? fi echo $EXIT_STATUS > ~/install-exit-status cd ~ echo "#!/bin/sh ./astc-encoder-5.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-5.0.0-macos-universal.zip chmod +x bin/astcenc echo "#!/bin/sh ./bin/astcenc \$@ > \$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-5.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.5--> <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.5--> <PhoronixTestSuite> <TestInformation> <Title>ASTC Encoder</Title> <AppVersion>5.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.6.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 160</Value> </Entry> <Entry> <Name>Medium</Name> <Value>-medium -repeats 40</Value> </Entry> <Entry> <Name>Thorough</Name> <Value>-thorough -repeats 20</Value> </Entry> <Entry> <Name>Very Thorough</Name> <Value>-verythorough -repeats 10</Value> </Entry> <Entry> <Name>Exhaustive</Name> <Value>-exhaustive -repeats 6</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>