Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
sycl/runtime/TestCpp.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* TestCpp.cc (C) 2000-2024 */
9/* */
10/* Fichier de tests pour SYCL. */
11/*---------------------------------------------------------------------------*/
12/*---------------------------------------------------------------------------*/
13
15
16extern "C"
17int arcaneTestSycl1();
18extern "C"
19int arcaneTestSycl2();
20extern "C"
21int arcaneTestSycl3();
22extern "C"
23int arcaneTestSycl4();
24extern "C"
25int arcaneTestSycl5();
26
27extern "C" ARCANE_EXPORT
28int func0()
29{
30 arcaneTestSycl1();
31 arcaneTestSycl2();
32 arcaneTestSycl3();
33 arcaneTestSycl4();
34 arcaneTestSycl5();
35 return 0;
36}
Fichier de configuration d'Arcane.