/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 32 __attribute__(( pointer_with_type_tag(mpi,1,3) )); 36 __attribute__(( pointer_with_type_tag(mpi,1,3), pointer_with_type_tag(mpi,4,6) )); 55 …ed_datatype_t ompi_mpi_datatype_null __attribute__(( type_tag_for_datatype(mpi,void,must_be_null) … 56 …i_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,float) )); 57 …mpi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )); 58 …pi_predefined_datatype_t ompi_mpi_long __attribute__(( type_tag_for_datatype(mpi,long) )); 59 …ined_datatype_t ompi_mpi_long_long_int __attribute__(( type_tag_for_datatype(mpi,long long int) )); 60 …pi_predefined_datatype_t ompi_mpi_char __attribute__(( type_tag_for_datatype(mpi,char) )); 63 …ed_datatype_t ompi_mpi_float_int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct… 66 …ed_datatype_t ompi_mpi_2int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct… [all …]
|
D | warn-type-safety.c | 13 …__attribute__(( pointer_with_type_tag(mpi,0,7) )); // expected-error {{attribute parameter 2 is ou… 16 …__attribute__(( pointer_with_type_tag(mpi,3,7) )); // expected-error {{attribute parameter 2 is ou… 19 …__attribute__(( pointer_with_type_tag(mpi,1,0) )); // expected-error {{attribute parameter 3 is ou… 22 …__attribute__(( pointer_with_type_tag(mpi,1,3) )); // expected-error {{attribute parameter 3 is ou… 25 …__attribute__(( pointer_with_type_tag(mpi,0x8000000000000001ULL,1) )); // expected-error {{attribu… 30 …__attribute__(( pointer_with_type_tag(mpi,x,2) )); // expected-error {{attribute requires paramete… 33 …__attribute__(( pointer_with_type_tag(mpi,1,x) )); // expected-error {{attribute requires paramete… 35 int wrong9 __attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{attribute only ap… 38 …__attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{'pointer_with_type_tag' att… 45 __attribute__(( type_tag_for_datatype(mpi,1,2) )); // expected-error {{expected a type}} [all …]
|
D | warn-type-safety.cpp | 11 extern struct ompi_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,f… 12 extern struct ompi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,i… 13 extern struct ompi_predefined_datatype_t ompi_mpi_null __attribute__(( type_tag_for_datatype(mpi,v… 25 …__attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is ou… 28 …__attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is ou… 31 …__attribute__(( pointer_with_type_tag(mpi,1,5) )); // expected-error {{attribute is invalid for th… 34 …__attribute__(( pointer_with_type_tag(mpi,2,1) )); // expected-error {{attribute is invalid for th… 37 __attribute__(( pointer_with_type_tag(mpi,2,4) )); // no-error 43 …__attribute__(( pointer_with_type_tag(mpi,a,5) )); // expected-error {{attribute requires paramete…
|
D | 128bitint.c | 22 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) )); 24 static const int mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )) = 10;
|
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_ops_test.py | 27 import tensorflow.contrib.mpi_collectives as mpi namespace 74 rank = session.run(mpi.rank()) 81 size = session.run(mpi.size()) 87 size = session.run(mpi.size()) 94 summed = mpi.allreduce(tensor, average=False) 126 local_rank = session.run(mpi.local_rank()) 131 size = session.run(mpi.size()) 138 summed = mpi.allreduce(tensor, average=False) 161 rank = session.run(mpi.rank()) 162 size = session.run(mpi.size()) [all …]
|
D | mpi_allgather_test.py | 24 import tensorflow.contrib.mpi_collectives as mpi namespace 97 all_gather = mpi.allreduce(to_gather[my_rank], average_allgather) 104 with mpi.Session(config=config) as sess:
|
D | mpi_allreduce_test.py | 23 import tensorflow.contrib.mpi_collectives as mpi namespace 81 stage_input = mpi.allreduce(inter_output, 109 with mpi.Session(config=config) as sess:
|
D | ring.cc | 24 namespace mpi { namespace
|
D | ring.cu.cc | 26 namespace mpi { namespace
|
D | BUILD | 55 "//third_party/mpi",
|
D | ring.h | 40 namespace mpi {
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPITypes.h | 26 namespace mpi { 51 clang::ento::mpi::Request> 58 struct ProgramStateTrait<mpi::RequestMap> 59 : public ProgramStatePartialTrait<mpi::RequestMapImpl> {
|
D | MPIBugReporter.cpp | 22 namespace mpi { namespace 25 const CallEvent &MPICallEvent, const ento::mpi::Request &Req, in reportDoubleNonblocking() 51 const ento::mpi::Request &Req, const MemRegion *const RequestRegion, in reportMissingWait()
|
D | MPIChecker.cpp | 23 namespace mpi { namespace 189 MGR.registerChecker<clang::ento::mpi::MPIChecker>(); in registerMPIChecker()
|
D | MPIChecker.h | 29 namespace mpi {
|
D | MPIBugReporter.h | 24 namespace mpi {
|
D | MPIFunctionClassifier.h | 22 namespace mpi {
|
/external/tensorflow/tensorflow/contrib/mpi/ |
D | BUILD | 56 "//third_party/mpi", 79 "//third_party/mpi",
|
D | README.md | 7 2. To turn on the MPI connection, add the protocol "grpc+mpi" in the server definition: 9 …```server = tf.train.Server(cluster, job_name="local", task_index=0, protocol='grpc+mpi') # defaul…
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | python_protos.txt | 11 tensorflow/contrib/mpi
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | build_config_root.bzl | 55 str(Label("//tensorflow/contrib/mpi:mpi_server_lib")),
|
/external/tensorflow/tensorflow/contrib/ |
D | BUILD | 8 load("//third_party/mpi:mpi.bzl", "if_mpi")
|
/external/libusb/ |
D | AUTHORS | 9 Copyright © 2012-2013 Martin Pieuchot <mpi@openbsd.org>
|
/external/tensorflow/tensorflow/ |
D | opensource_only.files | 7 tensorflow/contrib/mpi/BUILD 182 tensorflow/third_party/mpi/.gitignore 183 tensorflow/third_party/mpi/BUILD
|
/external/tensorflow/tensorflow/tools/docker/ |
D | Dockerfile.mkl-horovod | 77 wget https://www.open-mpi.org/software/ompi/v3.0/downloads/openmpi-3.0.0.tar.gz && \
|