preCICE
v3.1.2
Loading...
Searching...
No Matches
src
mapping
device
HipQRSolver.hip.hpp
Go to the documentation of this file.
1
#ifdef PRECICE_WITH_HIP
2
#pragma once
3
4
#include <ginkgo/ginkgo.hpp>
5
9
void
computeQRDecompositionHip(
const
int
deviceId,
const
std::shared_ptr<gko::Executor>
&exec, gko::matrix::Dense<> *A_Q, gko::matrix::Dense<> *R);
10
11
#endif
std::shared_ptr