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

Method operator()

deps/GraphBLAS/CUDA/jitify.hpp:2955–2957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2953 */
2954 template <typename... ArgTypes>
2955 inline CUresult operator()(ArgTypes... args) const {
2956 return this->launch(args...);
2957 }
2958 /*! Launch the kernel.
2959 *
2960 * \param args Function arguments for the kernel.

Callers

nothing calls this directly

Calls 1

launchMethod · 0.95

Tested by

no test coverage detected