12#ifndef ARCANE_ACCELERATOR_SYCL_SYCLACCELERATOR_H
13#define ARCANE_ACCELERATOR_SYCL_SYCLACCELERATOR_H
19#include <sycl/sycl.hpp>
24#ifdef ARCANE_COMPONENT_arcane_sycl
25#define ARCANE_SYCL_EXPORT ARCANE_EXPORT
27#define ARCANE_SYCL_EXPORT ARCANE_IMPORT
30namespace Arcane::Accelerator::Sycl
37getSyclMemoryAllocator();
40getSyclDeviceMemoryAllocator();
43getSyclUnifiedMemoryAllocator();
46getSyclHostPinnedMemoryAllocator();
Déclarations des types utilisés dans Arcane.
Interface d'un allocateur pour la mémoire.