Home
last modified time | relevance | path

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

/external/one-true-awk/
Dytab.h63 NCCL = 273, enumerator
160 #define NCCL 273 macro
Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
651 case NCCL: in primary()
652 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
683 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(': in concat()
855 return NCCL; in relex()
887 || (k == NCCL && !member(c, (char *) f->re[p[i]].lval.up) && c != 0 && c != HAT)) { in cgoto()
962 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
Dawkgram.y53 %token <i> FINAL DOT ALL CCL NCCL CHAR OR STAR QUEST PLUS EMPTYRE
Dytab.c131 NCCL = 273, enumerator
228 #define NCCL 273 macro
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.distribute.experimental.-collective-communication.pbtxt9 name: "NCCL"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.distribute.experimental.-collective-communication.pbtxt9 name: "NCCL"
/external/tensorflow/tensorflow/core/nccl/
DBUILD2 # Wrap NVIDIA (https://github.com/NVIDIA/nccl) NCCL with tensorflow ops.
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.gpu32 # Link NCCL libray and header where the build script expects them.
/external/tensorflow/tensorflow/python/distribute/
Dcollective_all_reduce_strategy.py401 cross_device_ops_lib.CollectiveCommunication.NCCL) and
Dcross_device_ops.py940 NCCL = "NCCL" variable in CollectiveCommunication
/external/tensorflow/tensorflow/contrib/distribute/python/
Destimator_training_test.py306 communication=cross_device_ops_lib.CollectiveCommunication.NCCL))
/external/tensorflow/tensorflow/contrib/cmake/
DCMakeLists.txt444 message(FATAL_ERROR "NCCL is required for GPU-build")
DREADME.md144 * NCCL (GPU build on Linux)
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto443 // If true, use NCCL for CollectiveOps. This feature is highly
/external/tensorflow/
DRELEASE.md8 * Moved NCCL to core.
318 …ilt against NCCL 2.2 and no longer include NCCL in the binary install. TensorFlow usage with multi…