Skip to content

Commit

Permalink
[clean] Remove unneeded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpfeil committed Oct 25, 2023
1 parent 0ddc1bb commit 471efe4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions include/gtensor/complex_float16_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@

#include "complex.h"
#include "float16_t.h"
#include <cmath>
#include <iostream>

#if __has_include(<cuda_fp16.h>)
#include <cuda_fp16.h>
#define GTENSOR_FP16_CUDA_HEADER
#elif 0 // TODO check if other fp16 type available, e.g., _Float16
#else
#error "GTENSOR_ENABLE_FP16=ON, but no 16-bit FP type available!"
#endif

namespace gt
{

Expand Down

0 comments on commit 471efe4

Please sign in to comment.