null_type.hpp Source File

null_type.hpp Source File#

Composable Kernel: null_type.hpp Source File
null_type.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2// Copyright (c) 2018-2024, Advanced Micro Devices, Inc. All rights reserved.
3
4#pragma once
5#include <stdint.h>
6
7namespace ck_tile {
8
10{
11};
12
13} // namespace ck_tile
Definition tile/core/algorithm/cluster_descriptor.hpp:13
Definition null_type.hpp:10