![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Type traits for backend capabilities. More...
Type traits for backend capabilities.
Provides compile-time information about backend capabilities:
has_host_access: Can access memory directly from host (operator[])has_device_access: Memory lives on device (GPU)requires_transfer: Requires explicit CPU-GPU transfers| BackendTag | Backend tag to query |