MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / operator()

Method operator()

deps/GraphBLAS/CUDA/jitify.hpp:2991–2994  ·  view source on GitHub ↗

! Configure the kernel launch. * * \see configure */

Source from the content-addressed store, hash-verified

2989 * \see configure
2990 */
2991 inline KernelLauncher operator()(dim3 grid, dim3 block, unsigned int smem = 0,
2992 cudaStream_t stream = 0) const {
2993 return this->configure(grid, block, smem, stream);
2994 }
2995 /*! Configure the kernel launch.
2996 *
2997 * \param grid The thread grid dimensions for the launch.

Callers

nothing calls this directly

Calls 1

configureMethod · 0.95

Tested by

no test coverage detected