Fixed compilation warning

This commit is contained in:
Benoit Steiner 2016-05-24 23:10:57 -07:00
parent d041a528da
commit b5d6b52a4d

View File

@ -170,8 +170,8 @@ struct GpuDevice {
return stream_->scratchpad();
#else
eigen_assert(false && "The default device should be used instead to generate kernel code");
#endif
return NULL;
#endif
}
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memcpy(void* dst, const void* src, size_t n) const {