Home
last modified time | relevance | path

Searched defs:ptx_device (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c294 struct ptx_device struct
296 CUcontext ctx;
297 bool ctx_shared;
298 CUdevice dev;
300 int ord;
301 bool overlap;
302 bool map;
303 bool concur;
304 bool mkern;
305 int mode;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c280 struct ptx_device struct
282 CUcontext ctx;
283 bool ctx_shared;
284 CUdevice dev;
286 int ord;
310 struct ptx_device *next; argument