cuda-samples/cpp/9_CUDA_Tile/tileMatmulAutotuner/autotuner_search_space.conf
Dheemanth b7c5481c55
Release v13.3 of the CUDA samples with CUDA 13.3 Toolkit (#435)
This is the release of the CUDA 13.3 samples, which include additions for CUDA Tile C++, and updated CCCL and Python samples.
2026-05-27 16:50:59 -05:00

16 lines
356 B
Plaintext

# tileMatmulAutotuner search space
#
# The autotuner tries every tile entry with every load_latency and
# store_latency value listed below. Edit this file to experiment without
# rebuilding the sample.
# tile block_m block_n block_k
tile 64 64 32
tile 128 64 32
tile 64 128 32
tile 128 128 32
# latency hint values
load_latency 2 5 8
store_latency 2 5 8