Arcane
v3.16.2.0
Documentation développeur
Toggle main menu visibility
Page principale
Pages associées
Topics
Espaces de nommage
Liste des espaces de nommage
Membres de l'espace de nommage
Tout
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Fonctions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Variables
Définitions de type
a
b
c
d
e
f
i
l
m
n
p
r
s
t
u
v
Énumérations
e
i
m
t
Valeurs énumérées
d
h
i
l
m
p
r
s
t
w
Concepts
Classes
Liste des classes
Index des classes
Hiérarchie des classes
Membres de classe
Tout
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Fonctions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Définitions de type
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
Énumérations
_
c
d
e
m
p
s
Valeurs énumérées
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Fonctions associées
_
d
i
m
o
s
Fichiers
Liste des fichiers
Membres de fichier
Tout
a
d
e
g
k
p
r
s
t
v
Fonctions
Variables
Définitions de type
Énumérations
Valeurs énumérées
k
Macros
a
e
p
r
▼
Arcane
►
Nouveautés et changements
►
Comment écrire de la documentation
►
Personnalisation de la doc
►
Compilation et installation
►
Gestion des connectivités à la demande
Réalisation d'un lecteur de maillage
►
Services et modules disponibles
Variables d'environnement
Liste des éléments obsolètes
Liste des choses à faire
►
Topics
►
Espaces de nommage
►
Concepts
►
Classes
▼
Fichiers
▼
Liste des fichiers
►
arcane
►
arcane
▼
arcane
▼
accelerator
►
core
►
cuda
▼
hip
▼
runtime
HipAcceleratorRuntime.cc
Test.cu.cc
hip/runtime/TestCpp.cc
arcane/src/arcane/accelerator/hip/runtime/TestMain.cc
HipAccelerator.cc
HipAccelerator.h
►
sycl
►
tests
Accelerator.cc
Accelerator.h
AcceleratorGlobal.h
AcceleratorUtils.h
AsyncRunQueuePool.h
accelerator/Atomic.h
CommonCudaHipAtomicImpl.h
CommonCudaHipReduceImpl.h
CommonUtils.cc
CommonUtils.h
Filter.h
Filterer.cc
GenericFilterer.h
GenericPartitioner.h
GenericReducer.h
GenericScanner.h
GenericSorter.h
IReduceMemoryImpl.h
KernelLauncher.h
MaterialVariableViews.cc
►
MaterialVariableViews.h
MemoryCopier.cc
MultiThreadAlgo.cc
MultiThreadAlgo.h
accelerator/NumArray.h
NumArrayViews.cc
►
NumArrayViews.h
Partitioner.cc
Partitioner.h
►
Reduce.h
RunCommand.h
►
RunCommandEnumerate.h
RunCommandLaunchInfo.h
►
RunCommandLoop.h
RunCommandMaterialEnumerate.cc
►
RunCommandMaterialEnumerate.h
Runner.h
RunQueue.h
RunQueueImpl.h
RunQueueInternal.h
Scan.cc
Scan.h
ScanImpl.h
Sort.cc
Sort.h
►
SpanViews.h
VariableViews.cc
►
VariableViews.h
Views.h
ViewsCommon.h
►
aleph
►
cartesianmesh
►
core
►
corefinement
►
dotnet
►
driver
►
driverlib
►
geometry
►
hdf5
►
hyoda
►
impl
►
ios
►
launcher
►
materials
►
matrix
►
mesh
►
mono
►
parallel
►
std
►
totalview
►
utils
►
arccore
►
Membres de fichier
•
Tout
Classes
Espaces de nommage
Fichiers
Fonctions
Variables
Définitions de type
Énumérations
Valeurs énumérées
Amis
Macros
Groupes
Pages
Concepts
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 28 Avril 2025 03:03:44 pour Arcane par
1.13.2