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

Method operator()

deps/GraphBLAS/CUDA/jitify.hpp:3193–3196  ·  view source on GitHub ↗

! Select a kernel. * * \see kernel */

Source from the content-addressed store, hash-verified

3191 * \see kernel
3192 */
3193 inline Kernel operator()(
3194 std::string name, jitify::detail::vector<std::string> options = 0) const {
3195 return this->kernel(name, options);
3196 }
3197};
3198
3199/*! An object that manages a cache of JIT-compiled CUDA kernels.

Callers

nothing calls this directly

Calls 1

kernelMethod · 0.95

Tested by

no test coverage detected