Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Namespaces | Functions
pyCommonUtils.cpp File Reference
#include "shambase/DistributedData.hpp"
#include "shamalgs/primitives/compute_histogram.hpp"
#include "shamalgs/primitives/upper_bound.hpp"
#include "shambackends/DeviceBuffer.hpp"
#include "shambackends/MemPerfInfos.hpp"
#include "shambackends/kernel_call.hpp"
#include "shambindings/pybind11_stl.hpp"
#include "shambindings/pybindaliases.hpp"
#include "shambindings/pytypealias.hpp"
#include "shamcomm/logs.hpp"
#include "shamrock/solvergraph/Field.hpp"
#include "shamsys/NodeInstance.hpp"
#include <pybind11/cast.h>
#include <pybind11/complex.h>
#include <shambackends/sycl.hpp>
#include <vector>
+ Include dependency graph for pyCommonUtils.cpp:

Go to the source code of this file.

Namespaces

namespace  sham
 namespace for backends this one is named only sham since shambackends is too long to write
 

Functions

template<typename T >
DeviceBuffer< T > & sham::operator+= (DeviceBuffer< T > &lhs, const DeviceBuffer< T > &rhs)
 
template<typename T >
DeviceBuffer< T > & sham::operator/= (DeviceBuffer< T > &lhs, const DeviceBuffer< T > &rhs)
 
 Register_pymod (shammodelcommonlibinit)
 

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 pyCommonUtils.cpp.

Function Documentation

◆ Register_pymod()

Register_pymod ( shammodelcommonlibinit  )

Definition at line 68 of file pyCommonUtils.cpp.