include/hip/hip_fp8.h Source File

include/hip/hip_fp8.h Source File#

HIP Runtime API Reference: include/hip/hip_fp8.h Source File
hip_fp8.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
3 *
4 * SPDX-License-Identifier: MIT
5 */
6
7#ifndef HIP_INCLUDE_HIP_HIP_FP8_H
8#define HIP_INCLUDE_HIP_HIP_FP8_H
9
10#include <hip/hip_common.h>
11
12#if defined(__HIP_PLATFORM_AMD__) && !defined(__HIP_PLATFORM_NVIDIA__)
13// We only have fnuz defs for now, which are not supported by other platforms
14#include <hip/amd_detail/amd_hip_fp8.h>
15#endif
16
17#endif // HIP_INCLUDE_HIP_HIP_FP8_H