(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))
#include <sycl/sycl.hpp>
#include <vector>
Go to the source code of this file.
|
| template<class TReal , class TIndex , class TKernelIndex > |
| sycl::event | open3d::ml::impl::FillColumnSYCL (sycl::queue &queue, TReal *columns, int in_channels, TIndex begin_idx, TIndex end_idx, TIndex num_out, TIndex num_inp, const TReal *const inp_features, const TReal *const inp_importance, size_t neighbors_index_size, const TIndex *const neighbors_index, const TKernelIndex *const neighbors_kernel_index, const TReal *const neighbors_importance, const int64_t *const neighbors_row_splits, const int num_kernel_elements, bool normalize, const std::vector< sycl::event > &deps) |
| |
| template<class TReal , class TIndex , class TKernelIndex > |
| sycl::event | open3d::ml::impl::FillColumnTransposeSYCL (sycl::queue &queue, TReal *columns, int in_channels, TIndex begin_idx, TIndex end_idx, TIndex num_out, TIndex num_inp, const TReal *const inp_features, const TReal *const inp_neighbors_importance_sum, const int64_t *const inp_neighbors_prefix_sum, size_t neighbors_index_size, const TIndex *const neighbors_index, const TKernelIndex *const neighbors_kernel_index, const TReal *const neighbors_importance, const int64_t *const neighbors_row_splits, const int num_kernel_elements, bool normalize, const std::vector< sycl::event > &deps) |
| |