 |
imate
C++/CUDA Reference
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef _CU_DEFINITIONS_CU_TYPES_H_
13#define _CU_DEFINITIONS_CU_TYPES_H_
23#if defined(USE_CUDA_FP8_E5M2) && (USE_CUDA_FP8_E5M2 == 1)
30#if defined(USE_CUDA_FP8_E4M3) && (USE_CUDA_FP8_E4M3 == 1)
37#if defined(USE_CUDA_FP16) && (USE_CUDA_FP16 == 1)
38 #include <cuda_fp16.h>
46#if defined(USE_CUDA_BF16) && (USE_CUDA_BF16 == 1)
47 #include <cuda_bf16.h>