mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 19:57:40 +00:00
6 lines
229 B
C++
6 lines
229 B
C++
// SPDX-License-Identifier: MIT
|
|
// Copyright (c) 2024-2025, Advanced Micro Devices, Inc. All rights reserved.
|
|
#include "run_test.inc"
|
|
|
|
int main() { return run_load_store_tile<ck_tile::pk_fp4_t>() ? EXIT_SUCCESS : EXIT_FAILURE; }
|