BioDynaMo
v1.05.120-25dc9790
|
#include <cstdint>
#include <functional>
#include <set>
#include <string>
#include <vector>
#include "core/functor.h"
#include "core/util/log.h"
Go to the source code of this file.
Classes | |
struct | bdm::OperationImpl |
struct | bdm::AgentOperationImpl |
Interface for implementing an operation. More... | |
struct | bdm::StandaloneOperationImpl |
Interface for implementing an operation that should run on a GPU. More... | |
struct | bdm::Operation |
Namespaces | |
bdm | |
Enumerations | |
enum | bdm::OpComputeTarget { bdm::kCpu, bdm::kCuda, bdm::kOpenCl } |
Functions | |
std::string | bdm::OpComputeTargetString (OpComputeTarget t) |