We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent 6b3b815 commit 1b686ecCopy full SHA for 1b686ec
include/matx/operators/frexp.h
@@ -99,7 +99,7 @@ namespace detail {
99
template <typename CapType, typename... Is>
100
__MATX_INLINE__ __MATX_DEVICE__ __MATX_HOST__ auto operator()(Is... indices) const
101
{
102
- auto get_scalar = [this](const auto &x){
+ auto get_scalar = [](const auto &x){
103
[[maybe_unused]] int rexp;
104
if constexpr (is_cuda_complex_v<value_type>) {
105
if constexpr (std::is_same_v<float, typename value_type::value_type>) {
0 commit comments