Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
bufferFlattening.hpp File Reference
#include "shambackends/sycl.hpp"
#include "shambackends/vec.hpp"
+ 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)
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file bufferFlattening.hpp.