Files
composable_kernel/test/block_swizzle_test/rebuild.sh
AviralGoelAMD d9f0bdd5e3 chore(copyright): update copyright header for test directory
[ROCm/composable_kernel commit: 4e49e0228b]
2025-11-19 17:43:28 -07:00

6 lines
188 B
Bash

# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
CC=g++
$CC -Wall -std=c++20 -Iinclude -O3 block_swizzle_test.cpp -o block_swizzle_test.exe