mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-31 01:03:38 +08:00
Silenced compilation warning generated by nvcc.
This commit is contained in:
parent
d27b0ad4c8
commit
873e6ac54b
@ -530,6 +530,7 @@ template <typename Self, typename Op>
|
|||||||
struct InnerReductionLauncher<Self, Op, Eigen::half, false> {
|
struct InnerReductionLauncher<Self, Op, Eigen::half, false> {
|
||||||
static bool run(const Self&, Op&, const GpuDevice&, half*, typename Self::Index, typename Self::Index) {
|
static bool run(const Self&, Op&, const GpuDevice&, half*, typename Self::Index, typename Self::Index) {
|
||||||
assert(false && "Should not be called since there is no packet accessor");
|
assert(false && "Should not be called since there is no packet accessor");
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user