null_type.hpp Source File# Composable Kernel: null_type.hpp Source File includeck_tilecorenumeric 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 9struct null_type 10{ 11}; 12 13} // namespace ck_tile ck_tileDefinition tile/core/algorithm/cluster_descriptor.hpp:13 stdint.h ck_tile::null_typeDefinition null_type.hpp:10