File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -162,8 +162,8 @@ TYPED_TEST(FFTTestComplexNonHalfTypesAllExecs, FFT1Axis)
162
162
using TestType = cuda::std::tuple_element_t <0 , TypeParam>;
163
163
164
164
const int d1 = 8 ;
165
- const int d2 = 512 ;
166
- const int d3 = 1024 ;
165
+ const int d2 = 32 ;
166
+ const int d3 = 64 ;
167
167
168
168
// example-begin fft-2
169
169
auto in = make_tensor<TestType>({d1, d2, d3});
@@ -280,9 +280,9 @@ TYPED_TEST(FFTTestComplexNonHalfTypesAllExecs, FFT2Axis)
280
280
MATX_ENTER_HANDLER ();
281
281
using TestType = cuda::std::tuple_element_t <0 , TypeParam>;
282
282
;
283
- const int d1 = 128 ;
284
- const int d2 = 256 ;
285
- const int d3 = 512 ;
283
+ const int d1 = 8 ;
284
+ const int d2 = 16 ;
285
+ const int d3 = 32 ;
286
286
287
287
auto in = make_tensor<TestType>({d1, d2, d3});
288
288
auto out1 = make_tensor<TestType>({d1, d2, d3});
You can’t perform that action at this time.
0 commit comments