12#ifndef ARCCORE_COMMON_ACCELERATOR_INTERNAL_REGISTERRUNTIMEINFO_H
13#define ARCCORE_COMMON_ACCELERATOR_INTERNAL_REGISTERRUNTIMEINFO_H
17#include "arccore/common/accelerator/internal/AcceleratorCoreGlobalInternal.h"
34 void setVerbose(
bool v) { m_is_verbose = v; }
35 bool isVerbose()
const {
return m_is_verbose; }
39 bool m_is_verbose =
false;
Informations pour initialiser le runtime accélérateur.
Espace de nom pour l'utilisation des accélérateurs.