Silenced compilation warning generated by nvcc.

This commit is contained in:
Benoit Steiner 2016-06-01 14:20:50 -07:00
parent d27b0ad4c8
commit 873e6ac54b

View File

@ -530,6 +530,7 @@ template <typename Self, typename Op>
struct InnerReductionLauncher<Self, Op, Eigen::half, false> {
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");
return true;
}
};