Home
last modified time | relevance | path

Searched refs:nohost (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/goacc/
H A Droutine-nohost-1.c5 #pragma acc routine nohost
11 #pragma acc routine (THREE) nohost
13 #pragma acc routine nohost
19 #pragma acc routine nohost
22 #pragma acc routine (NOTHING) nohost
28 #pragma acc routine nohost
31 #pragma acc routine (NOTHING) nohost
38 #pragma acc routine (ADD) nohost
45 #pragma acc routine nohost
48 #pragma acc routine (ADD) nohost
H A Droutine-nohost-2.c10nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*TH…
13nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*TH…
21nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*NO…
28nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*NO…
32nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*NO…
45nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*AD…
49nohost /* { dg-error {incompatible 'nohost' clause when applying '#pragma acc routine' to '[^']*AD…
55 nohost /* { dg-note {\.\.\. with 'nohost' clause here} } */
68 nohost /* { dg-note {\.\.\. with 'nohost' clause here} } */
86 nohost /* { dg-note {\.\.\. with 'nohost' clause here} } */
H A Droutine-2.c6 #pragma acc routine nohost nohost /* { dg-error "too many 'nohost' clauses" } */
7 extern void nohost (void);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/gomp/
H A Ddeclare-target-4.c13 #pragma omp declare target to (f4) device_type (nohost)
25 #pragma omp declare target to (f9) device_type (nohost)
37 #pragma omp declare target to (f13) device_type (nohost)
39 #pragma omp declare target device_type (nohost) to (f14)
42 #pragma omp declare target device_type (host) to (f15) device_type (nohost)
/dports/devel/elixir-libring/libring-1.3.2/bench/
H A Dring.exs4 ring = HashRing.new(:'a@nohost')
5 ring = HashRing.add_node(ring, :'b@nohost')
12 :ok = HashRing.Managed.add_node(:test, :'a@nohost')
13 :ok = HashRing.Managed.add_node(:test, :'b@nohost')
24 #:hash_ring.add_node("test", "a@nohost")
25 #:hash_ring.add_node("test", "b@nohost")
/dports/devel/elixir-exactor/exactor-2.2.4/test/
H A Dcluster_test.exs26 assert ClusterServer.sum(3, 2) == {[{:"nonode@nohost", 5}], []}
27 assert ClusterServer.sum([node()], 3, 2) == {[{:"nonode@nohost", 5}], []}
31 assert ClusterServer.diff(3, 2) == {[{:"nonode@nohost", 1}], []}
73 assert NonRegisteredClusterServer.sum(:nrca, 3, 2) == {[{:"nonode@nohost", 5}], []}
74 assert NonRegisteredClusterServer.sum([node()], :nrca, 3, 2) == {[{:"nonode@nohost", 5}], []}
78 assert NonRegisteredClusterServer.diff(3, 2) == {[{:"nonode@nohost", 1}], []}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCUDA/
H A Dopenmp-target.cu15 #pragma omp declare target to(bazz) device_type(nohost)
17 #pragma omp declare target to(bazzz) device_type(nohost)
24 #pragma omp declare target to(device) device_type(nohost)

12345678910>>...30