12#ifndef ARCCORE_COMMON_ACCELERATOR_INTERNAL_REGISTERRUNTIMEINFO_H
13#define ARCCORE_COMMON_ACCELERATOR_INTERNAL_REGISTERRUNTIMEINFO_H
17#include "arccore/common/accelerator/internal/AcceleratorCoreGlobalInternal.h"
35 void setVerbose(
bool v) { m_is_verbose = v; }
36 bool isVerbose()
const {
return m_is_verbose; }
40 bool m_is_verbose =
false;
Information to initialize the accelerator runtime.
Namespace for accelerator usage.