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
ASTC Encoder 1.5.1
pts/astcenc-1.5.1
- 06 April 2024 -
Update against upstream astcenc 4.7.
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/4.7.0.tar.gz</URL> <MD5>443519c5b340fb4c6525888723a028a6</MD5> <SHA256>a57c81f79055aa7c9f8c82ac5464284e3df9bba682895dee09fa35bd1fdbab93</SHA256> <FileName>astc-encoder-4.7.0.tar.gz</FileName> <FileSize>36135038</FileSize> <PlatformSpecific>Linux</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/4.7.0/astcenc-4.7.0-macos-universal.zip</URL> <MD5>e3ff7bff13ae4cee9df9995820409393</MD5> <SHA256>176b2c0bf2673d15eb1ba11c1e2691ccb041b79e4076fccd6cd0ece3f75aa2bc</SHA256> <FileName>astcenc-4.7.0-macos-universal.zip</FileName> <FileSize>1105192</FileSize> <PlatformSpecific>MacOSX</PlatformSpecific> </Package> <Package> <URL>https://github.com/ARM-software/astc-encoder/releases/download/4.7.0/astcenc-4.7.0-windows-x64.zip</URL> <MD5>6b49137b520f1be53457e91e1936f501</MD5> <SHA256>deb20ea0cb4ef522ca1eecee82358bfc9cdafd8d4101bc22f28502a0165180bd</SHA256> <FileName>astcenc-4.7.0-windows-x64.zip</FileName> <FileSize>1618844</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf png-samples-1.tar.xz tar -xf astc-encoder-4.7.0.tar.gz cd astc-encoder-4.7.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-4.7.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.7.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-4.7.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>4.7</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.5.1</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 150</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>