ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
device.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2#ifndef TTG_MADNESS_DEVICE_H
3#define TTG_MADNESS_DEVICE_H
4
5namespace ttg_madness {
6 /* no device support in MADNESS */
7 inline int num_devices() { return 0; }
8}
9
10#endif // TTG_MADNESS_DEVICE_H
this contains MADNESS-based TTG functionality
Definition fwd.h:17
int num_devices()
Definition device.h:7