Skip to content

Commit

Permalink
COMP: Remove deprecated inclusion of CUDA's math_functions.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit authored and SimonRit committed May 4, 2024
1 parent 4e8331f commit 4c2a3b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/rtkCudaUtilities.hcu
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
#ifndef rtkCudaUtilities_hcu
#define rtkCudaUtilities_hcu

#ifdef _WIN32
# include <cmath>
# define __CUDA_INTERNAL_COMPILATION__
# include <math_functions.h>
# undef __CUDA_INTERNAL_COMPILATION__
#endif
#include <cuda_runtime_api.h>
#include <string>
#include <vector>
Expand Down

0 comments on commit 4c2a3b5

Please sign in to comment.