HomeSort by relevance Sort by last modified time
    Searched refs:MPI_CHAR (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/contrib/mpi/
mpi_utils.cc 37 MPI_CHECK(MPI_Allgather(my_name, max_worker_name_length, MPI_CHAR,
38 &worker_names[0], max_worker_name_length, MPI_CHAR,
mpi_rendezvous_mgr.cc 97 rendezvous_call->request_buffer_size_, MPI_CHAR, dst,
176 MPI_CHAR, mpi_dst, TAG_SENDTENSOR, MPI_COMM_WORLD,
190 MPI_CHECK(MPI_Isend(temp, tensor_size, MPI_CHAR, mpi_dst, TAG_SENDTENSOR2,
mpi_rendezvous_mgr.h 240 MPI_CHECK(MPI_Get_count(status, MPI_CHAR, &msg_size));
243 MPI_Mrecv(&request_buffer_[0], msg_size, MPI_CHAR, &msg, &stat2);
  /external/clang/test/Analysis/
MPIMock.h 20 #define MPI_CHAR 0
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 48 #define MPI_CHAR OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_char)
79 #define MPI_CHAR ((MPI_Datatype) 0xa0000005)
173 MPI_Send(char_buf, 255, MPI_CHAR); // no-warning
177 MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}}
180 MPI_Send(void_buf, 255, MPI_CHAR); // no-warning
  /external/valgrind/mpi/
mpiwrap_type_test.c 257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE),
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)),
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)),
324 TRY(False, MPI_CHAR, "CHAR");
libmpiwrap.c 264 else if (ty == MPI_CHAR) fprintf(f,"CHAR");
514 if (ty == MPI_CHAR) return sizeof(signed char);
    [all...]

Completed in 519 milliseconds