MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / gpu_memory_demand

Method gpu_memory_demand

include/core/solver.h:1141–1145  ·  view source on GitHub ↗

@return GPU memory cost */

Source from the content-addressed store, hash-verified

1139
1140 /** @return GPU memory cost */
1141 static size_t gpu_memory_demand() {
1142 size_t demand = 0;
1143 demand += decltype(random)::gpu_memory_demand(kRandBatchSize);
1144 return demand;
1145 }
1146};
1147
1148/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected