Arcane
v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
hip/runtime/TestCpp.cc
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2022 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-2022 */
9
/* */
10
/* Fichier de tests pour HIP. */
11
/*---------------------------------------------------------------------------*/
12
/*---------------------------------------------------------------------------*/
13
14
#include "
arcane/utils/ArcaneGlobal.h
"
15
16
extern
"C"
17
int
arcaneTestHip1();
18
extern
"C"
19
int
arcaneTestHip2();
20
extern
"C"
21
int
arcaneTestHip3();
22
extern
"C"
23
int
arcaneTestHipNumArray();
24
extern
"C"
25
int
arcaneTestHipReduction();
26
27
extern
"C"
ARCANE_EXPORT
28
int
func0()
29
{
30
arcaneTestHip1();
31
arcaneTestHip2();
32
arcaneTestHip3();
33
arcaneTestHipNumArray();
34
arcaneTestHipReduction();
35
return
0;
36
}
ArcaneGlobal.h
Fichier de configuration d'Arcane.
arcane
accelerator
hip
runtime
TestCpp.cc
Généré le Lundi 18 Novembre 2024 03:00:14 pour Arcane par
1.9.8