Searched refs:acc_device_not_host (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/ |
H A D | openacc.f90 | 45 public :: acc_device_not_host, acc_device_nvidia 52 integer (acc_device_kind), parameter :: acc_device_not_host = 4 variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/accel/ |
H A D | openacc.f90 | 52 integer (acc_device_kind), parameter :: acc_device_not_host = 4 variable 90 public :: acc_device_not_host, acc_device_nvidia, acc_device_radeon
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/accel/ |
H A D | openacc.f90 | 52 integer (acc_device_kind), parameter :: acc_device_not_host = 4 variable 90 public :: acc_device_not_host, acc_device_nvidia, acc_device_radeon
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-init.c | 83 && acc_device_type (disp->type) != acc_device_not_host); in goacc_register() 123 case acc_device_not_host: return "not_host"; in name_of_acc_device_t() 165 d = acc_device_not_host; in resolve_device() 169 case acc_device_not_host: in resolve_device() 205 && d != acc_device_not_host); in resolve_device() 714 && res != acc_device_not_host in acc_get_device_type()
|
H A D | openacc.h | 57 acc_device_not_host = 4, enumerator
|
H A D | openacc.f90 | 49 integer (acc_device_kind), parameter :: acc_device_not_host = 4 variable 773 public :: acc_device_not_host, acc_device_nvidia, acc_device_radeon
|
H A D | openacc_lib.h | 46 integer (acc_device_kind), parameter :: acc_device_not_host = 4
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-init.c | 83 && acc_device_type (disp->type) != acc_device_not_host); in goacc_register() 123 case acc_device_not_host: return "not_host"; in name_of_acc_device_t() 165 d = acc_device_not_host; in resolve_device() 169 case acc_device_not_host: in resolve_device() 205 && d != acc_device_not_host); in resolve_device() 714 && res != acc_device_not_host in acc_get_device_type()
|
H A D | openacc.h | 57 acc_device_not_host = 4, enumerator
|
H A D | openacc.f90 | 49 integer (acc_device_kind), parameter :: acc_device_not_host = 4 variable 773 public :: acc_device_not_host, acc_device_nvidia, acc_device_radeon
|
H A D | openacc_lib.h | 46 integer (acc_device_kind), parameter :: acc_device_not_host = 4
|