MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / configure

Method configure

deps/GraphBLAS/CUDA/jitify.hpp:4170–4173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4168}
4169
4170inline KernelLauncher KernelInstantiation::configure(
4171 dim3 grid, dim3 block, unsigned int smem, cudaStream_t stream) const {
4172 return KernelLauncher(this, grid, block, smem, stream);
4173}
4174
4175inline KernelLauncher KernelInstantiation::configure_1d_max_occupancy(
4176 int max_block_size, unsigned int smem, CUoccupancyB2DSize smem_callback,

Callers 6

operator()Method · 0.95
jitGridBlockLaunchMethod · 0.45
parallel_forFunction · 0.45
mainFunction · 0.45

Calls 1

KernelLauncherClass · 0.85

Tested by 1

mainFunction · 0.36