HomeSort by relevance Sort by last modified time
    Searched refs:__device__ (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCUDA/Inputs/
cuda.h 6 #define __device__ __attribute__((device)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/PCH/Inputs/
cuda.h 6 #define __device__ __attribute__((device)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/SemaCUDA/Inputs/
cuda.h 6 #define __device__ __attribute__((device)) macro
14 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}

Completed in 97 milliseconds