Go to the source code of this file.
|
| namespace | shamrock |
| | namespace for the main framework
|
| |
|
| template<class morton_t > |
| void | shamrock::sfc::details::sycl_fill_trailling_buffer (sycl::queue &queue, u32 morton_count, u32 fill_count, std::unique_ptr< sycl::buffer< morton_t > > &buf_morton) |
| | fill the end of a buffer (indices from morton_count up to fill_count-1) with error values (maximum int value)
|
| |
◆ sycl_fill_trailling_buffer()
template<class morton_t >
| void shamrock::sfc::details::sycl_fill_trailling_buffer |
( |
sycl::queue & |
queue, |
|
|
u32 |
morton_count, |
|
|
u32 |
fill_count, |
|
|
std::unique_ptr< sycl::buffer< morton_t > > & |
buf_morton |
|
) |
| |
fill the end of a buffer (indices from morton_count up to fill_count-1) with error values (maximum int value)
- Parameters
-
| queue | sycl queue |
| morton_count | length of the morton buffer |
| fill_count | final length to be filled with error value |
| buf_morton | morton buffer that will be updated |