![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Include dependency graph for bufferFlattening.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shamalgs |
| namespace to contain everything implemented by shamalgs | |
| namespace | shamalgs::memory |
| memory manipulation algorithms | |
Functions | |
| template<class T > | |
| sycl::buffer< T > | shamalgs::memory::flatten_buffer (sycl::queue &q, sycl::buffer< T > &buf_in, u64 len) |
| template<class T , int n> | |
| sycl::buffer< T > | shamalgs::memory::flatten_buffer (sycl::queue &q, sycl::buffer< sycl::vec< T, n > > &buf_in, u64 len) |
Definition in file bufferFlattening.hpp.