5 месяцев назад
История
README.md
AVX512 FOR DIGITAL SIGNAL PROCESSING
Materials created for the CPPRUSSIA 2024 conference.
CASE 1. TRANSPOSE
bazel run --config=release //bench:transpose
CASE 2. BLOCK DECODER
bazel run --config=release //bench:decoder
CASE 3. RECTANGULAR WINDOW
bazel run --config=release //bench:window
AUTOVECTORIZATION
To study autovectorization results build out/*.asm files with the following command
make all
RUN ALL UNIT TESTS:
bazel test --config=debug --cache_test_results=no --test_output=all //test:all
RUN ALL BENCHMARKS
bazel test --config=release --cache_test_results=no --test_output=all //bench:all
Конвейеры
0 успешных
0 с ошибкой