DFT-FE
1.1.0-pre
Density Functional Theory With Finite-Elements
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
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
~
Functions
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
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
b
c
d
g
i
p
r
s
t
v
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
workspace
include
DeviceDataTypeOverloads.h
Go to the documentation of this file.
1
// ---------------------------------------------------------------------
2
//
3
// Copyright (c) 2017-2025 The Regents of the University of Michigan and DFT-FE
4
// authors.
5
//
6
// This file is part of the DFT-FE code.
7
//
8
// The DFT-FE code is free software; you can use it, redistribute
9
// it, and/or modify it under the terms of the GNU Lesser General
10
// Public License as published by the Free Software Foundation; either
11
// version 2.1 of the License, or (at your option) any later version.
12
// The full text of the license can be found in the file LICENSE at
13
// the top level of the DFT-FE distribution.
14
//
15
// ---------------------------------------------------------------------
16
17
/*
18
* @author Ian C. Lin., Sambit Das
19
*/
20
#ifdef DFTFE_WITH_DEVICE
21
# ifndef dftfeDeviceDataTypeOverloads_h
22
# define dftfeDeviceDataTypeOverloads_h
23
24
# ifdef DFTFE_WITH_DEVICE_LANG_CUDA
25
# include "
DeviceDataTypeOverloads.cu.h
"
26
# elif DFTFE_WITH_DEVICE_LANG_HIP
27
# include "
DeviceDataTypeOverloads.hip.h
"
28
# endif
29
30
# endif
// dftfeDeviceDataTypeOverloads_h
31
#endif
// DFTFE_WITH_DEVICE
DeviceDataTypeOverloads.cu.h
DeviceDataTypeOverloads.hip.h
Generated by
1.13.2