Home
last modified time | relevance | path

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

1234

/dports/misc/mxnet/incubator-mxnet-1.9.0/cmake/Modules/
H A DFindNCCL.cmake21 # NCCL_ROOT_DIR: Base directory where all NCCL components are found
22 # NCCL_INCLUDE_DIR: Directory where NCCL header is found
23 # NCCL_LIB_DIR: Directory where NCCL library is found
31 # install NCCL in the same location as the CUDA toolkit.
78 find_package_handle_standard_args(NCCL DEFAULT_MSG NCCL_INCLUDE_DIRS NCCL_LIBRARIES)
81 message(STATUS "Found NCCL (include: ${NCCL_INCLUDE_DIRS}, library: ${NCCL_LIBRARIES})")
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/cmake/Modules/
H A DFindNCCL.cmake21 # NCCL_ROOT_DIR: Base directory where all NCCL components are found
22 # NCCL_INCLUDE_DIR: Directory where NCCL header is found
23 # NCCL_LIB_DIR: Directory where NCCL library is found
31 # install NCCL in the same location as the CUDA toolkit.
78 find_package_handle_standard_args(NCCL DEFAULT_MSG NCCL_INCLUDE_DIRS NCCL_LIBRARIES)
81 message(STATUS "Found NCCL (include: ${NCCL_INCLUDE_DIRS}, library: ${NCCL_LIBRARIES})")
/dports/net/rdist6/rdist-6.1.5/src/
H A Dregex.c125 #define NCCL 8 macro
204 ep[-2] = NCCL;
343 case NCCL:
395 case NCCL|CSTAR:
/dports/devel/cscope/cscope-15.9/src/
H A Degrep.h51 NCCL = 261, enumerator
63 #define NCCL 261 macro
H A Degrep.y39 %token CHAR DOT CCL NCCL OR CAT STAR PLUS QUEST
41 %left CHAR DOT CCL NCCL '('
127 | NCCL
128 { $$ = cclenter(NCCL); }
183 x = NCCL; in yylex()
354 } else if (c == NCCL) { in cgotofn()
383 || (k == NCCL && member(c, right[curpos], 0)) in cgotofn()
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/_includes/get_started/
H A Dgpu_snippet.md1 CUDA should be installed first. Starting from version 1.8.0, CUDNN and NCCL should be installed as…
3 **Important:** Make sure your installed CUDA (CUDNN/NCCL if applicable) version matches the CUDA ve…
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/_includes/get_started/
H A Dgpu_snippet.md1 CUDA should be installed first. Starting from version 1.8.0, CUDNN and NCCL should be installed as…
3 **Important:** Make sure your installed CUDA (CUDNN/NCCL if applicable) version matches the CUDA ve…
/dports/misc/py-xgboost/xgboost-1.5.1/cmake/modules/
H A DFindNccl.cmake14 # Tries to find NCCL headers and libraries.
18 # find_package(NCCL)
24 # locations as the root of the NCCL installation.
/dports/misc/xgboost/xgboost-1.5.1/cmake/modules/
H A DFindNccl.cmake14 # Tries to find NCCL headers and libraries.
18 # find_package(NCCL)
24 # locations as the root of the NCCL installation.
/dports/misc/py-gluoncv/gluon-cv-0.9.0/tools/docker/
H A DREADME.md14 …storage to 2GB. Since NCCL will create shared memory segments, this argument is essential for the …
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/get_started/
H A Dbuild_from_source.md161 MXNet also supports [NCCL](https://developer.nvidia.com/nccl) - NVIDIA's
162 Collective Communications Library. NCCL is useful when using MXNet on multiple
163 GPUs that require communication. Instructions for installing NCCL are found in
164 the following [Build MXNet with NCCL](#build-mxnet-with-nccl) section.
166 To enable building MXNet with NCCL, install NCCL and define the `USE_NCCL`
169 After building with NCCL, you may optionally use the tests in
170 `tests/python/gpu/test_nccl.py` to ensure NCCL is enabled correctly. Please
171 first delete the line containing `skip(reason="Test requires NCCL library
177 To get the best performance out of NCCL it is recommended to set environment
178 variable `NCCL_LAUNCH_MODE=PARALLEL` when using NCCL version 2.1 or newer.
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/get_started/
H A Dbuild_from_source.md161 MXNet also supports [NCCL](https://developer.nvidia.com/nccl) - NVIDIA's
162 Collective Communications Library. NCCL is useful when using MXNet on multiple
163 GPUs that require communication. Instructions for installing NCCL are found in
164 the following [Build MXNet with NCCL](#build-mxnet-with-nccl) section.
166 To enable building MXNet with NCCL, install NCCL and define the `USE_NCCL`
169 After building with NCCL, you may optionally use the tests in
170 `tests/python/gpu/test_nccl.py` to ensure NCCL is enabled correctly. Please
171 first delete the line containing `skip(reason="Test requires NCCL library
177 To get the best performance out of NCCL it is recommended to set environment
178 variable `NCCL_LAUNCH_MODE=PARALLEL` when using NCCL version 2.1 or newer.
/dports/www/htdigest/httpd-2.4.6/modules/filters/
H A Dregexp.c258 ep[-1] = NCCL; in sed_compile()
430 case NCCL: in _advance()
500 case NCCL | RNGE: in _advance()
569 case NCCL | STAR: in _advance()
H A Dregexp.h47 #define NCCL 40 macro
/dports/www/apache24/httpd-2.4.53/modules/filters/
H A Dregexp.c258 ep[-1] = NCCL; in sed_compile()
430 case NCCL: in _advance()
500 case NCCL | RNGE: in _advance()
569 case NCCL | STAR: in _advance()
/dports/sysutils/heirloom/heirloom-070715/grep/
H A Degrep.y60 %token CHAR MCHAR DOT CCL NCCL OR CAT STAR PLUS QUEST
62 %left CHAR MCHAR DOT CCL NCCL '('
161 | NCCL
162 { $$ = cclenter(NCCL); }
266 x = NCCL; in yylex()
380 || (k == NCCL && member(cc, right[curpos], 0)))) in cgotofn()
/dports/news/trn4/trn-4.0-test77/
H A Dsearch.c47 #define NCCL 10 /* [^...] -- negated character class */ macro
299 *ep++ = NCCL; /* negated */
479 case NCCL:
549 case NCCL | STAR:
/dports/news/trn/trn-3.6/
H A Dsearch.c39 #define NCCL 10 /* [^...] -- negated character class */ macro
306 *ep++ = NCCL; /* negated */
485 case NCCL:
555 case NCCL | STAR:
/dports/editors/se/se-3.0.1/src/
H A Dpat.c34 #define NCCL 'n' macro
150 case NCCL: in omatch()
204 case NCCL: in patsiz()
300 junk = addset (NCCL, pat, pindex, MAXPAT); in getccl()
/dports/lang/nawk/nawk-20121220_1/
H A Db.c46 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
650 case NCCL: in primary()
651 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
682 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(': in concat()
846 return NCCL; in relex()
878 || (k == NCCL && !member(c, (char *) f->re[p[i]].lval.up) && c != 0 && c != HAT)) { in cgoto()
953 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Db.c49 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
668 case NCCL: in primary()
669 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
700 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(': in concat()
864 return NCCL; in relex()
896 || (k == NCCL && !member(c, (char *) f->re[p[i]].lval.up) && c != 0 && c != HAT)) { in cgoto()
971 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Db.c46 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
642 case NCCL: in primary()
643 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
674 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(': in concat()
830 return NCCL; in relex()
862 || (k == NCCL && !member(c, (char *) f->re[p[i]].lval.up) && c != 0 && c != HAT)) { in cgoto()
937 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Db.c46 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
650 case NCCL: in primary()
651 np = op2(NCCL, NIL, (Node *) cclenter((char *) rlxstr)); in primary()
682 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(': in concat()
846 return NCCL; in relex()
878 || (k == NCCL && !member(c, (char *) f->re[p[i]].lval.up) && c != 0 && c != HAT)) { in cgoto()
953 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/lex/
H A Dparser.y1 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS
5 %left CHAR CCL NCCL '(' '.' STR NULLS
128 | NCCL
540 x = NCCL;
638 case STR: case CCL: case NCCL: in freturn()
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Db.c51 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
762 case NCCL: in primary()
763 np = op2(NCCL, NIL, (Node *) cclenter((const char *) rlxstr)); in primary()
794 case CHAR: case DOT: case ALL: case EMPTYRE: case CCL: case NCCL: case '$': case '(': in concat()
950 return NCCL; in relex()
978 || (k == NCCL && !member(c, (char *) f->re[p[i]].lval.up) && c != 0 && c != HAT)) { in cgoto()
1049 if (f->re[i].ltype == CCL || f->re[i].ltype == NCCL) in freefa()

1234