Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Namespaces | Functions
ContinuousConvSYCLKernels.h File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include <sycl/sycl.hpp>
#include <vector>
#include "open3d/ml/impl/continuous_conv/ContinuousConvTypes.h"

Go to the source code of this file.

Namespaces

namespace  open3d
 
namespace  open3d::ml
 
namespace  open3d::ml::impl
 

Functions

template<class TFeat , class TReal , class TIndex >
sycl::event open3d::ml::impl::FillColumnSYCL (sycl::queue &queue, TFeat *columns, int in_channels, TIndex begin_idx, TIndex end_idx, TIndex num_out, const TReal *const out_positions, TIndex num_inp, const TReal *const inp_positions, const TFeat *const inp_features, const TFeat *const inp_importance, size_t neighbors_index_size, const TIndex *const neighbors_index, const TFeat *const neighbors_importance, const int64_t *const neighbors_row_splits, const TReal *const extents, const TReal *const offsets, const std::vector< int > &filter_dims, InterpolationMode interpolation, CoordinateMapping coordinate_mapping, bool align_corners, bool individual_extent, bool isotropic_extent, bool normalize, const std::vector< sycl::event > &deps)
 
template<class TFeat , class TReal , class TIndex >
sycl::event open3d::ml::impl::FillColumnTransposeSYCL (sycl::queue &queue, TFeat *columns, int in_channels, TIndex begin_idx, TIndex end_idx, TIndex num_out, const TReal *const out_positions, TIndex num_inp, const TReal *const inp_positions, const TFeat *const inp_features, const TFeat *const inp_neighbors_importance_sum, const int64_t *const inp_neighbors_prefix_sum, size_t neighbors_index_size, const TIndex *const neighbors_index, const TFeat *const neighbors_importance, const int64_t *const neighbors_row_splits, const TReal *const extents, const TReal *const offsets, const std::vector< int > &filter_dims, InterpolationMode interpolation, CoordinateMapping coordinate_mapping, bool align_corners, bool individual_extent, bool isotropic_extent, bool normalize, const std::vector< sycl::event > &deps)
 
template<class T >
sycl::event open3d::ml::impl::MultiplyColumnsSYCL (sycl::queue &queue, size_t rows, size_t cols, T *col_major_matrix, const T *const vector, const std::vector< sycl::event > &deps)
 
template<class T >
sycl::event open3d::ml::impl::MultiplyAndCopyColumnsSYCL (sycl::queue &queue, size_t rows, size_t cols, T *out_ptr, const T *const col_major_matrix, const T *const vector, const std::vector< sycl::event > &deps)