Skip to content

Commit

Permalink
Update OperatorTests.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffburdick authored Jun 3, 2024
1 parent 8e08f40 commit dd6818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/00_operators/OperatorTests.cu
Original file line number Diff line number Diff line change
Expand Up @@ -3783,7 +3783,7 @@ TYPED_TEST(OperatorTestsFloatNonHalf, FftShiftWithTransform)
{
MATX_ENTER_HANDLER();
using TestType = cuda::std::tuple_element_t<0, TypeParam>;
using ExecType = cuda::std::tuple_element_t<1 TypeParam>;
using ExecType = cuda::std::tuple_element_t<1, TypeParam>;

using inner_type = typename inner_op_type_t<TestType>::type;
using complex_type = detail::complex_from_scalar_t<inner_type>;
Expand Down

0 comments on commit dd6818f

Please sign in to comment.