Searched defs:launch_kernel (Results 1 – 3 of 3) sorted by relevance
62 void launch_kernel(int64_t n, const loop_t& loop) { in launch_kernel() function
42 static void launch_kernel(const int64_t N, const func_t& f) { in launch_kernel() function
161 def launch_kernel(kernel, tensor_dims_map, full_grid, grid_blocks=None): function