Home
last modified time | relevance | path

Searched refs:acc_copyin (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-mem.c630 acc_copyin (void *h, size_t s)
646 strong_alias (acc_copyin, acc_present_or_copyin) in strong_alias() argument
647 strong_alias (acc_copyin, acc_pcopyin) in strong_alias()
652 return acc_copyin (h, s); in strong_alias()
658 return acc_copyin (h, s);
H A Dopenacc.h109 void *acc_copyin (void *, size_t) __GOACC_NOTHROW;
H A Dlibgomp.map377 acc_copyin;
H A Dlibgomp.texi1868 * acc_copyin:: Allocate device memory and copy host memory to
2374 @node acc_copyin
2388 @item @emph{Prototype}: @tab @code{void *acc_copyin(h_void *a, size_t len);}
2394 @item @emph{Interface}: @tab @code{subroutine acc_copyin(a)}
2396 @item @emph{Interface}: @tab @code{subroutine acc_copyin(a, len)}
2429 backward compatibility with OpenACC 2.0; use @ref{acc_copyin} instead.
3289 @code{acc_copyin()}. In addition, calls can be made to functions in the
3291 subsequent to the calls to @code{acc_copyin()}.
3306 d_X = acc_copyin(&h_X[0], N * sizeof (float));
3314 d_Y = acc_copyin(&h_Y1[0], N * sizeof (float));
[all …]
H A Dopenacc.f90791 public :: acc_copyin, acc_present_or_copyin, acc_pcopyin, acc_create
884 interface acc_copyin interface
H A Dlibgomp.info2129 5.18 'acc_copyin' - Allocate device memory and copy host memory to it.
2142 _Prototype_: 'void *acc_copyin(h_void *a, size_t len);'
2147 _Interface_: 'subroutine acc_copyin(a)'
2149 _Interface_: 'subroutine acc_copyin(a, len)'
2181 backward compatibility with OpenACC 2.0; use *note acc_copyin::
2974 'acc_copyin()'. In addition, calls can be made to functions in the
2976 subsequent to the calls to 'acc_copyin()'. As seen in the previous use
2990 d_X = acc_copyin(&h_X[0], N * sizeof (float));
2998 d_Y = acc_copyin(&h_Y1[0], N * sizeof (float));
3295 * 'acc_copyin', 'acc_present_or_copyin', 'acc_copyin_async'
[all …]
H A Dopenacc_lib.h210 interface acc_copyin
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Doacc-mem.c630 acc_copyin (void *h, size_t s)
646 strong_alias (acc_copyin, acc_present_or_copyin) in strong_alias() argument
647 strong_alias (acc_copyin, acc_pcopyin) in strong_alias()
652 return acc_copyin (h, s); in strong_alias()
658 return acc_copyin (h, s);
H A Dopenacc.h109 void *acc_copyin (void *, size_t) __GOACC_NOTHROW;
H A Dlibgomp.map437 acc_copyin;
H A Dopenacc.f90791 public :: acc_copyin, acc_present_or_copyin, acc_pcopyin, acc_create
884 interface acc_copyin interface
H A Dlibgomp.texi2402 * acc_copyin:: Allocate device memory and copy host memory to
2908 @node acc_copyin
2922 @item @emph{Prototype}: @tab @code{void *acc_copyin(h_void *a, size_t len);}
2928 @item @emph{Interface}: @tab @code{subroutine acc_copyin(a)}
2930 @item @emph{Interface}: @tab @code{subroutine acc_copyin(a, len)}
2963 backward compatibility with OpenACC 2.0; use @ref{acc_copyin} instead.
3823 @code{acc_copyin()}. In addition, calls can be made to functions in the
3825 subsequent to the calls to @code{acc_copyin()}.
3840 d_X = acc_copyin(&h_X[0], N * sizeof (float));
3848 d_Y = acc_copyin(&h_Y1[0], N * sizeof (float));
[all …]
H A Dlibgomp.info2129 5.18 'acc_copyin' - Allocate device memory and copy host memory to it.
2142 _Prototype_: 'void *acc_copyin(h_void *a, size_t len);'
2147 _Interface_: 'subroutine acc_copyin(a)'
2149 _Interface_: 'subroutine acc_copyin(a, len)'
2181 backward compatibility with OpenACC 2.0; use *note acc_copyin::
2974 'acc_copyin()'. In addition, calls can be made to functions in the
2976 subsequent to the calls to 'acc_copyin()'. As seen in the previous use
2990 d_X = acc_copyin(&h_X[0], N * sizeof (float));
2998 d_Y = acc_copyin(&h_Y1[0], N * sizeof (float));
3295 * 'acc_copyin', 'acc_present_or_copyin', 'acc_copyin_async'
[all …]
H A Dopenacc_lib.h210 interface acc_copyin
H A DChangeLog4662 (acc_create, acc_create_async, acc_copyin, acc_copyin_async): Call
6547 acc_copyin.
7087 (acc_copyin): Likewise.
7598 (acc_copyin): Likewise.
8647 (acc_copyin): Ditto.
12596 acc_free, acc_copyin, acc_copyin_32_h_, acc_copyin_64_h_,