HomeSort by: relevance | last modified time | path
    Searched refs:__host__ (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/cuda_wrappers/
algorithm 30 // these functions are constexpr, and so are implicitly __host__ __device__.
52 // overload resolution will prefer it over the __host__ __device__ version
79 inline _CPP14_CONSTEXPR __host__ __device__ const __T &
86 inline _CPP14_CONSTEXPR __host__ __device__ const __T &
93 inline _CPP14_CONSTEXPR __host__ __device__ const __T &
100 inline _CPP14_CONSTEXPR __host__ __device__ const __T &
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_hip_runtime_wrapper.h 43 #define __host__ __attribute__((host)) macro
__clang_cuda_runtime_wrapper.h 143 inline __host__ double __signbitd(double x) {
181 // Temporarily poison __host__ macro to ensure it's not used by any of
183 #pragma push_macro("__host__")
184 #define __host__ UNEXPECTED_HOST_ATTRIBUTE macro
254 // a lot of thins get declared/defined with __host__ attribute which
258 #define __host__ macro
299 // math_functions.hpp defines ::signbit as a __host__ __device__ function. This
331 #pragma pop_macro("__host__")
__clang_hip_math.h 1266 __host__ inline static int min(int __arg1, int __arg2) {
1270 __host__ inline static int max(int __arg1, int __arg2) {

Completed in 24 milliseconds