HomeSort by relevance Sort by last modified time
    Searched defs:__device__ (Results 1 - 4 of 4) 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) {}
22 extern "C" __device__ int printf(const char*, ...);
  /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 9 #define __device__ __attribute__((device)) macro
17 __host__ __device__ dim3(unsigned x, unsigned y = 1, unsigned z = 1) : x(x), y(y), z(z) {}
  /external/clang/test/CodeGen/
builtins-nvptx.c 7 #define __device__ __attribute__((device)) macro
12 __device__ int read_tid() {
28 __device__ int read_ntid() {
44 __device__ int read_ctaid() {
60 __device__ int read_nctaid() {
76 __device__ int read_ids() {
96 __device__ int read_lanemasks() {
114 __device__ long long read_clocks() {
125 __device__ int read_pms() {
141 __device__ void sync()
    [all...]

Completed in 129 milliseconds