Home
last modified time | relevance | path

Searched defs:launch_kernel (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSparseBinaryOpIntersectionKernel.cu62 void launch_kernel(int64_t n, const loop_t& loop) { in launch_kernel() function
H A DIndexKernel.cu42 static void launch_kernel(const int64_t N, const func_t& f) { in launch_kernel() function
/aosp_15_r20/external/pytorch/torch/sparse/
H A D_triton_ops.py161 def launch_kernel(kernel, tensor_dims_map, full_grid, grid_blocks=None): function