DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DeviceStorage_bind.hpp File Reference

pybind11 binding of the DeviceBackend enum into the Python module. More...

#include "Defines_bind.hpp"
#include "DeviceStorage.hpp"
Include dependency graph for DeviceStorage_bind.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Macros

#define DNDS_PY_ENUM_CLASS_DeviceBackend_ADD(v)   value(#v, DeviceBackend::v)
 

Functions

void DNDS::pybind11_bind_deviceStorage (py::module_ &m)
 
void DNDS::pybind11_bind_device_controls (py::module_ &m)
 

Detailed Description

pybind11 binding of the DeviceBackend enum into the Python module.

Definition in file DeviceStorage_bind.hpp.

Macro Definition Documentation

◆ DNDS_PY_ENUM_CLASS_DeviceBackend_ADD

#define DNDS_PY_ENUM_CLASS_DeviceBackend_ADD (   v)    value(#v, DeviceBackend::v)