To participate in the Kaggle PTCG AI Battle Challenge, I will introduce how to build an environment where you can test your AI agent locally. This guide uses the official Kaggle Python Docker image.
from bitblas.tl.utils import make_mma_swizzle_layout as make_swizzle_layout from bitblas.tl.mma_macro_generator import ( B_shared_shape = (block_N, block_K // num ...