Skip to content

Commit

Permalink
PyBind11: Remove eigen tensor support.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Sep 13, 2024
1 parent 67f996a commit 815f1d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/PyBind11/include/pybind11/eigen/tensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include "../numpy.h"
#include "common.h"

#if 0

#if defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
static_assert(__GNUC__ > 5, "Eigen Tensor support in pybind11 requires GCC > 5.0");
#endif
Expand Down Expand Up @@ -514,3 +516,5 @@ struct type_caster<Eigen::TensorMap<Type, Options>,

PYBIND11_NAMESPACE_END(detail)
PYBIND11_NAMESPACE_END(PYBIND11_NAMESPACE)

#endif // 0

0 comments on commit 815f1d7

Please sign in to comment.