Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hyteg
hyteg
Commits
1e79716b
Commit
1e79716b
authored
Aug 26, 2021
by
Marcel Koch
Browse files
ginkgo supports only int32 indices on GPU
parent
c3265766
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hyteg/ginkgo/GinkgoCGSolver.hpp
View file @
1e79716b
...
...
@@ -275,7 +275,7 @@ class GinkgoCGSolver : public Solver< OperatorType >
using
valueType
=
typename
FunctionType
::
valueType
;
using
mtx
=
gko
::
distributed
::
Matrix
<
valueType
,
int32_t
>
;
using
csr
=
gko
::
matrix
::
Csr
<
valueType
,
gko
::
distributed
::
global_index_type
>
;
using
csr
=
gko
::
matrix
::
Csr
<
valueType
,
int32_t
>
;
using
vec
=
gko
::
distributed
::
Vector
<
valueType
>
;
using
dense
=
gko
::
matrix
::
Dense
<
valueType
>
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment