mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fixed compilation warning
This commit is contained in:
parent
d041a528da
commit
b5d6b52a4d
@ -170,8 +170,8 @@ struct GpuDevice {
|
|||||||
return stream_->scratchpad();
|
return stream_->scratchpad();
|
||||||
#else
|
#else
|
||||||
eigen_assert(false && "The default device should be used instead to generate kernel code");
|
eigen_assert(false && "The default device should be used instead to generate kernel code");
|
||||||
#endif
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memcpy(void* dst, const void* src, size_t n) const {
|
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void memcpy(void* dst, const void* src, size_t n) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user