12#ifndef ARCANE_ACCELERATOR_CORE_INTERNAL_ACCELERATORCOREGLOBALINTERNAL_H
13#define ARCANE_ACCELERATOR_CORE_INTERNAL_ACCELERATORCOREGLOBALINTERNAL_H
22namespace Arcane::Accelerator::impl
29extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
bool isUsingCUDARuntime();
32extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void setUsingCUDARuntime(
bool v);
36getCUDARunQueueRuntime();
39extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void setCUDARunQueueRuntime(
IRunnerRuntime* v);
45extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
bool isUsingHIPRuntime();
48extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void setUsingHIPRuntime(
bool v);
52getHIPRunQueueRuntime();
55extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void setHIPRunQueueRuntime(
IRunnerRuntime* v);
61extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
bool isUsingSYCLRuntime();
64extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void setUsingSYCLRuntime(
bool v);
68getSYCLRunQueueRuntime();
71extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void setSYCLRunQueueRuntime(
IRunnerRuntime* v);
84getAcceleratorRunnerRuntime();
91getSequentialRunQueueRuntime();
95getThreadRunQueueRuntime();
101extern "C++" ARCANE_ACCELERATOR_CORE_EXPORT
void
102printUUID(std::ostream& o,
char bytes[16]);
Informations sur une adresse mémoire.
Interface du runtime associé à un accélérateur.
Classe statique fournissant des fonctions internes à Arcane.
ePointerAccessibility
Informations d'accessibilité d'une adresse mémoire.
eExecutionPolicy
Politique d'exécution pour un Runner.