Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ HasNCCL
Function
HasNCCL
python/caffe/_caffe.cpp:350–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
#endif
349
350
bool HasNCCL() {
351
#ifdef USE_NCCL
352
return true;
353
#else
354
return false;
355
#endif
356
}
357
358
#ifdef USE_NCCL
359
bp::object NCCL_New_Uid() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected