DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
DeviceStorage.hxx
Go to the documentation of this file.
1#pragma once
2/// @file DeviceStorage.hxx
3/// @brief Reserved for template implementations of #DeviceStorage primitives.
4/// @details Currently a stub; kept for future code that needs to define
5/// non-exported inline helpers visible only where `.hxx` is included.
6
7#include "DeviceStorage.hpp"
8
9namespace DNDS
10{
11
12}
Device memory abstraction layer with backend-specific storage and factory creation.
the host side operators are provided as implemented