[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1057251: librocfft0-tests: nondeterministic failures in random_real_3d/random_params.vs_fftw



The test failures are reproducible on my Radeon VII (gfx906) workstation when the failing seed is specified. So, the problem is not specific to gfx1032:

$ ROCFFT_LAYER=1 /usr/libexec/rocm/librocfft0-tests/rocfft-test --gtest_filter='random_real_3d/random_params.vs_fftw/0:random_real_3d/random_params.vs_fftw/1' --seed 190206186
single epsilon: 3.75e-05    double epsilon: 1e-15
Random seed: 190206186
rocfft_setup
rocfft_get_version_string,buf,0x7ffe3b83ebf0,len,256
rocFFT version: 1.0.21.
Note: Google Test filter = random_real_3d/random_params.vs_fftw/0:random_real_3d/random_params.vs_fftw/1
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from random_real_3d/random_params
[ RUN      ] random_real_3d/random_params.vs_fftw/0
rocfft_plan_description_create,description,0x55fbee94f950
rocfft_plan_description_set_data_layout,description,0x55fbee94f950,in_array_type,real,out_array_type,hermitian_interleaved,in_offsets,[0],out_offsets,[0],in_strides,[1,34,2142],in_distance,154224,out_strides,[1,18,1134],out_distance,81648
rocfft_plan_create,plan,0x55fbe38234e0,placement,notinplace,transform_type,real_forward,precision,double,dimensions,3,lengths,[34,63,72],number_of_transforms,1,description,0x55fbee94f950
rocfft_execution_info_create,info,0x55fbe297e7a0
rocfft_plan_get_work_buffer_size,plan,0x55fbe38234e0,size_in_bytes ptr,0x7ffe3b83d1a8,val,0 rocfft_plan_get_work_buffer_size,plan,0x55fbe38234e0,size_in_bytes ptr,0x7ffe3b83d1a8,val,0
rocfft_execute,plan,0x55fbe38234e0,in_buffer,0x55fbdef54720,out_buffer,0x55fbe286e600,info,0x55fbe297e7a0
hipModuleLaunchKernel failure
rocfft_execution_info_destroy,info,0x55fbe297e7a0
rocfft_plan_description_destroy,description,0x55fbee94f950
unknown file: Failure
C++ exception with description "rocFFT plan execution failure" thrown in the test body.

[  FAILED  ] random_real_3d/random_params.vs_fftw/0, where GetParam() = (0, 3, 1, 1, 2) (582 ms)
[ RUN      ] random_real_3d/random_params.vs_fftw/1
rocfft_plan_description_create,description,0x55fbe3ccf780
rocfft_plan_description_set_data_layout,description,0x55fbe3ccf780,in_array_type,hermitian_interleaved,out_array_type,real,in_offsets,[0],out_offsets,[0],in_strides,[1,18,1134],in_distance,81648,out_strides,[1,34,2142],out_distance,154224
rocfft_plan_create,plan,0x55fbe3ccac60,placement,notinplace,transform_type,real_inverse,precision,double,dimensions,3,lengths,[34,63,72],number_of_transforms,1,description,0x55fbe3ccf780
rocfft_execution_info_create,info,0x55fbdf1a84e0
rocfft_plan_get_work_buffer_size,plan,0x55fbe3ccac60,size_in_bytes ptr,0x7ffe3b83d1a8,val,0 rocfft_plan_get_work_buffer_size,plan,0x55fbe3ccac60,size_in_bytes ptr,0x7ffe3b83d1a8,val,0
rocfft_execute,plan,0x55fbe3ccac60,in_buffer,0x55fbdeecc7b0,out_buffer,0x55fbedb2e280,info,0x55fbdf1a84e0
hipModuleLaunchKernel failure
rocfft_execution_info_destroy,info,0x55fbdf1a84e0
rocfft_plan_description_destroy,description,0x55fbe3ccf780
unknown file: Failure
C++ exception with description "rocFFT plan execution failure" thrown in the test body.

[  FAILED  ] random_real_3d/random_params.vs_fftw/1, where GetParam() = (0, 3, 1, 1, 3) (368 ms)
[----------] 2 tests from random_real_3d/random_params (951 ms total)

[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (955 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] random_real_3d/random_params.vs_fftw/0, where GetParam() = (0, 3, 1, 1, 2) [  FAILED  ] random_real_3d/random_params.vs_fftw/1, where GetParam() = (0, 3, 1, 1, 3)

 2 FAILED TESTS
rocfft_cleanup
single precision max l-inf epsilon: 0
single precision max l2 epsilon:     0
double precision max l-inf epsilon: 0
double precision max l2 epsilon:     0


Reply to: