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

Method configure_1d_max_occupancy

deps/GraphBLAS/CUDA/jitify.hpp:4175–4184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4173}
4174
4175inline KernelLauncher KernelInstantiation::configure_1d_max_occupancy(
4176 int max_block_size, unsigned int smem, CUoccupancyB2DSize smem_callback,
4177 cudaStream_t stream, unsigned int flags) const {
4178 int grid;
4179 int block;
4180 CUfunction func = *_cuda_kernel;
4181 detail::get_1d_max_occupancy(func, smem_callback, &smem, max_block_size,
4182 flags, &grid, &block);
4183 return this->configure(grid, block, smem, stream);
4184}
4185
4186} // namespace experimental
4187

Callers 1

launchMethod · 0.45

Calls 2

configureMethod · 0.95
get_1d_max_occupancyFunction · 0.85

Tested by

no test coverage detected