12#ifndef ARCANE_ACCELERATOR_CORE_INTERNAL_REGISTERRUNTIMEINFO_H
13#define ARCANE_ACCELERATOR_CORE_INTERNAL_REGISTERRUNTIMEINFO_H
17#include "arcane/accelerator/core/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.