mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
Made sure the optimized gpu reduction code is actually compiled.
This commit is contained in:
parent
b5d2078c4a
commit
e7e6d01810
@ -7,8 +7,8 @@
|
||||
// Public License v. 2.0. If a copy of the MPL was not distributed
|
||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#ifndef EIGEN_CXX11_TENSOR_TENSOR_REDUCTION_H
|
||||
#define EIGEN_CXX11_TENSOR_TENSOR_REDUCTION_H
|
||||
#ifndef EIGEN_CXX11_TENSOR_TENSOR_REDUCTION_CUDA_H
|
||||
#define EIGEN_CXX11_TENSOR_TENSOR_REDUCTION_CUDA_H
|
||||
|
||||
namespace Eigen {
|
||||
namespace internal {
|
||||
@ -191,4 +191,4 @@ struct OuterReducer<Self, Op, GpuDevice> {
|
||||
} // end namespace internal
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_CXX11_TENSOR_TENSOR_REDUCTION_H
|
||||
#endif // EIGEN_CXX11_TENSOR_TENSOR_REDUCTION_CUDA_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user