Shehzan:
I updated the local distribution (git pull), as you suggested, and rebuilt it.
Unfortunately, I still get a similar error (although not exactly the same one as before):
==================================
./examples/helloworld_cuda
ArrayFire v3.0.200 (CUDA, 64-bit Linux, build 89efa49)
Platform: CUDA Toolkit 6.5, Driver: 340.29
[0] GeForce GTX 590, 1536 MB, CUDA Compute 2.0
-1- GeForce GTX 590, 1536 MB, CUDA Compute 2.0
Create a 5-by-3 matrix of random floats on the GPU
A Internal error in /home/SrM/ArrayFire/arrayfire/src/backend/cuda/kernel/transpose.hpp(99):
CUDA Error (9): invalid configuration argument
Segmentation fault (core dumped)
==================================
Now, for your second suggestion, below follows the detailed results of the tests:
==================================
CTEST_OUTPUT_ON_FAILURE=ON make test
Running tests...
Test project /home/SrM/ArrayFire/arrayfire/build
Start 1: Test_morph_cpu
1/68 Test #1: Test_morph_cpu ................... Passed 1.16 sec
Start 2: Test_transpose_cpu
2/68 Test #2: Test_transpose_cpu ............... Passed 0.46 sec
Start 3: Test_diff2_cpu
3/68 Test #3: Test_diff2_cpu ................... Passed 0.01 sec
Start 4: Test_scan_cpu
4/68 Test #4: Test_scan_cpu .................... Passed 0.05 sec
Start 5: Test_resize_cpu
5/68 Test #5: Test_resize_cpu .................. Passed 0.83 sec
Start 6: Test_regions_cpu
6/68 Test #6: Test_regions_cpu ................. Passed 0.08 sec
Start 7: Test_gradient_cpu
7/68 Test #7: Test_gradient_cpu ................ Passed 0.03 sec
Start 8: Test_random_cpu
8/68 Test #8: Test_random_cpu .................. Passed 82.57 sec
Start 9: Test_blas_cpu
9/68 Test #9: Test_blas_cpu .................... Passed 0.01 sec
Start 10: Test_moddims_cpu
10/68 Test #10: Test_moddims_cpu ................. Passed 0.01 sec
Start 11: Test_reduce_cpu
11/68 Test #11: Test_reduce_cpu .................. Passed 0.03 sec
Start 12: Test_convolve_cpu
12/68 Test #12: Test_convolve_cpu ................ Passed 0.06 sec
Start 13: Test_bilateral_cpu
13/68 Test #13: Test_bilateral_cpu ............... Passed 3.93 sec
Start 14: Test_sort_by_key_cpu
14/68 Test #14: Test_sort_by_key_cpu ............. Passed 0.02 sec
Start 15: Test_approx2_cpu
15/68 Test #15: Test_approx2_cpu ................. Passed 1.52 sec
Start 16: Test_meanshift_cpu
16/68 Test #16: Test_meanshift_cpu ............... Passed 9.27 sec
Start 17: Test_sort_cpu
17/68 Test #17: Test_sort_cpu .................... Passed 0.02 sec
Start 18: Test_basic_cpu
18/68 Test #18: Test_basic_cpu ................... Passed 0.03 sec
Start 19: Test_info_cpu
19/68 Test #19: Test_info_cpu .................... Passed 0.01 sec
Start 20: Test_where_cpu
20/68 Test #20: Test_where_cpu ................... Passed 0.01 sec
Start 21: Test_reorder_cpu
21/68 Test #21: Test_reorder_cpu ................. Passed 0.07 sec
Start 22: Test_shift_cpu
22/68 Test #22: Test_shift_cpu ................... Passed 0.03 sec
Start 23: Test_assign_cpu
23/68 Test #23: Test_assign_cpu .................. Passed 0.01 sec
Start 24: Test_sort_index_cpu
24/68 Test #24: Test_sort_index_cpu .............. Passed 0.02 sec
Start 25: Test_histogram_cpu
25/68 Test #25: Test_histogram_cpu ............... Passed 0.01 sec
Start 26: Test_index_cpu
26/68 Test #26: Test_index_cpu ...................***Exception: SegFault 0.15 sec
Running main() from gtest_main.cc
[==========] Running 181 tests from 19 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from Indexing1D/0, where TypeParam = float
[ RUN ] Indexing1D/0.Continious
[ OK ] Indexing1D/0.Continious (0 ms)
[ RUN ] Indexing1D/0.ContiniousReverse
[ OK ] Indexing1D/0.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/0.Strided
[ OK ] Indexing1D/0.Strided (0 ms)
[ RUN ] Indexing1D/0.StridedReverse
[ OK ] Indexing1D/0.StridedReverse (0 ms)
[ RUN ] Indexing1D/0.Span
[ OK ] Indexing1D/0.Span (0 ms)
[----------] 5 tests from Indexing1D/0 (0 ms total)
[----------] 5 tests from Indexing1D/1, where TypeParam = double
[ RUN ] Indexing1D/1.Continious
[ OK ] Indexing1D/1.Continious (0 ms)
[ RUN ] Indexing1D/1.ContiniousReverse
[ OK ] Indexing1D/1.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/1.Strided
[ OK ] Indexing1D/1.Strided (0 ms)
[ RUN ] Indexing1D/1.StridedReverse
[ OK ] Indexing1D/1.StridedReverse (0 ms)
[ RUN ] Indexing1D/1.Span
[ OK ] Indexing1D/1.Span (0 ms)
[----------] 5 tests from Indexing1D/1 (0 ms total)
[----------] 5 tests from Indexing1D/2, where TypeParam = int
[ RUN ] Indexing1D/2.Continious
[ OK ] Indexing1D/2.Continious (0 ms)
[ RUN ] Indexing1D/2.ContiniousReverse
[ OK ] Indexing1D/2.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/2.Strided
[ OK ] Indexing1D/2.Strided (0 ms)
[ RUN ] Indexing1D/2.StridedReverse
[ OK ] Indexing1D/2.StridedReverse (0 ms)
[ RUN ] Indexing1D/2.Span
[ OK ] Indexing1D/2.Span (0 ms)
[----------] 5 tests from Indexing1D/2 (0 ms total)
[----------] 5 tests from Indexing1D/3, where TypeParam = unsigned int
[ RUN ] Indexing1D/3.Continious
[ OK ] Indexing1D/3.Continious (0 ms)
[ RUN ] Indexing1D/3.ContiniousReverse
[ OK ] Indexing1D/3.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/3.Strided
[ OK ] Indexing1D/3.Strided (0 ms)
[ RUN ] Indexing1D/3.StridedReverse
[ OK ] Indexing1D/3.StridedReverse (0 ms)
[ RUN ] Indexing1D/3.Span
[ OK ] Indexing1D/3.Span (0 ms)
[----------] 5 tests from Indexing1D/3 (0 ms total)
[----------] 5 tests from Indexing1D/4, where TypeParam = char
[ RUN ] Indexing1D/4.Continious
[ OK ] Indexing1D/4.Continious (0 ms)
[ RUN ] Indexing1D/4.ContiniousReverse
[ OK ] Indexing1D/4.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/4.Strided
[ OK ] Indexing1D/4.Strided (0 ms)
[ RUN ] Indexing1D/4.StridedReverse
[ OK ] Indexing1D/4.StridedReverse (0 ms)
[ RUN ] Indexing1D/4.Span
[ OK ] Indexing1D/4.Span (0 ms)
[----------] 5 tests from Indexing1D/4 (0 ms total)
[----------] 5 tests from Indexing1D/5, where TypeParam = unsigned char
[ RUN ] Indexing1D/5.Continious
[ OK ] Indexing1D/5.Continious (0 ms)
[ RUN ] Indexing1D/5.ContiniousReverse
[ OK ] Indexing1D/5.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/5.Strided
[ OK ] Indexing1D/5.Strided (0 ms)
[ RUN ] Indexing1D/5.StridedReverse
[ OK ] Indexing1D/5.StridedReverse (0 ms)
[ RUN ] Indexing1D/5.Span
[ OK ] Indexing1D/5.Span (0 ms)
[----------] 5 tests from Indexing1D/5 (0 ms total)
[----------] 18 tests from Indexing2D/0, where TypeParam = float
[ RUN ] Indexing2D/0.ColumnContinious
[ OK ] Indexing2D/0.ColumnContinious (1 ms)
[ RUN ] Indexing2D/0.ColumnContiniousReverse
[ OK ] Indexing2D/0.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/0.ColumnStrided
[ OK ] Indexing2D/0.ColumnStrided (0 ms)
[ RUN ] Indexing2D/0.ColumnStridedReverse
[ OK ] Indexing2D/0.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/0.RowContinious
[ OK ] Indexing2D/0.RowContinious (0 ms)
[ RUN ] Indexing2D/0.RowContiniousReverse
[ OK ] Indexing2D/0.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/0.RowStrided
[ OK ] Indexing2D/0.RowStrided (0 ms)
[ RUN ] Indexing2D/0.RowStridedReverse
[ OK ] Indexing2D/0.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/0.ContiniousContinious
[ OK ] Indexing2D/0.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/0.ContiniousReverse
[ OK ] Indexing2D/0.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/0.ContiniousStrided
[ OK ] Indexing2D/0.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/0.ContiniousStridedReverse
[ OK ] Indexing2D/0.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/0.ReverseContinious
[ OK ] Indexing2D/0.ReverseContinious (0 ms)
[ RUN ] Indexing2D/0.ReverseReverse
[ OK ] Indexing2D/0.ReverseReverse (0 ms)
[ RUN ] Indexing2D/0.ReverseStrided
[ OK ] Indexing2D/0.ReverseStrided (1 ms)
[ RUN ] Indexing2D/0.ReverseStridedReverse
[ OK ] Indexing2D/0.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/0.StridedContinious
[ OK ] Indexing2D/0.StridedContinious (0 ms)
[ RUN ] Indexing2D/0.StridedStrided
[ OK ] Indexing2D/0.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/0 (2 ms total)
[----------] 18 tests from Indexing2D/1, where TypeParam = double
[ RUN ] Indexing2D/1.ColumnContinious
[ OK ] Indexing2D/1.ColumnContinious (0 ms)
[ RUN ] Indexing2D/1.ColumnContiniousReverse
[ OK ] Indexing2D/1.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/1.ColumnStrided
[ OK ] Indexing2D/1.ColumnStrided (0 ms)
[ RUN ] Indexing2D/1.ColumnStridedReverse
[ OK ] Indexing2D/1.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/1.RowContinious
[ OK ] Indexing2D/1.RowContinious (0 ms)
[ RUN ] Indexing2D/1.RowContiniousReverse
[ OK ] Indexing2D/1.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/1.RowStrided
[ OK ] Indexing2D/1.RowStrided (0 ms)
[ RUN ] Indexing2D/1.RowStridedReverse
[ OK ] Indexing2D/1.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/1.ContiniousContinious
[ OK ] Indexing2D/1.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/1.ContiniousReverse
[ OK ] Indexing2D/1.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/1.ContiniousStrided
[ OK ] Indexing2D/1.ContiniousStrided (1 ms)
[ RUN ] Indexing2D/1.ContiniousStridedReverse
[ OK ] Indexing2D/1.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/1.ReverseContinious
[ OK ] Indexing2D/1.ReverseContinious (0 ms)
[ RUN ] Indexing2D/1.ReverseReverse
[ OK ] Indexing2D/1.ReverseReverse (0 ms)
[ RUN ] Indexing2D/1.ReverseStrided
[ OK ] Indexing2D/1.ReverseStrided (0 ms)
[ RUN ] Indexing2D/1.ReverseStridedReverse
[ OK ] Indexing2D/1.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/1.StridedContinious
[ OK ] Indexing2D/1.StridedContinious (0 ms)
[ RUN ] Indexing2D/1.StridedStrided
[ OK ] Indexing2D/1.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/1 (1 ms total)
[----------] 18 tests from Indexing2D/2, where TypeParam = int
[ RUN ] Indexing2D/2.ColumnContinious
[ OK ] Indexing2D/2.ColumnContinious (0 ms)
[ RUN ] Indexing2D/2.ColumnContiniousReverse
[ OK ] Indexing2D/2.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/2.ColumnStrided
[ OK ] Indexing2D/2.ColumnStrided (0 ms)
[ RUN ] Indexing2D/2.ColumnStridedReverse
[ OK ] Indexing2D/2.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/2.RowContinious
[ OK ] Indexing2D/2.RowContinious (0 ms)
[ RUN ] Indexing2D/2.RowContiniousReverse
[ OK ] Indexing2D/2.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/2.RowStrided
[ OK ] Indexing2D/2.RowStrided (0 ms)
[ RUN ] Indexing2D/2.RowStridedReverse
[ OK ] Indexing2D/2.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/2.ContiniousContinious
[ OK ] Indexing2D/2.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/2.ContiniousReverse
[ OK ] Indexing2D/2.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/2.ContiniousStrided
[ OK ] Indexing2D/2.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/2.ContiniousStridedReverse
[ OK ] Indexing2D/2.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/2.ReverseContinious
[ OK ] Indexing2D/2.ReverseContinious (0 ms)
[ RUN ] Indexing2D/2.ReverseReverse
[ OK ] Indexing2D/2.ReverseReverse (0 ms)
[ RUN ] Indexing2D/2.ReverseStrided
[ OK ] Indexing2D/2.ReverseStrided (0 ms)
[ RUN ] Indexing2D/2.ReverseStridedReverse
[ OK ] Indexing2D/2.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/2.StridedContinious
[ OK ] Indexing2D/2.StridedContinious (0 ms)
[ RUN ] Indexing2D/2.StridedStrided
[ OK ] Indexing2D/2.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/2 (1 ms total)
[----------] 18 tests from Indexing2D/3, where TypeParam = unsigned int
[ RUN ] Indexing2D/3.ColumnContinious
[ OK ] Indexing2D/3.ColumnContinious (0 ms)
[ RUN ] Indexing2D/3.ColumnContiniousReverse
[ OK ] Indexing2D/3.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/3.ColumnStrided
[ OK ] Indexing2D/3.ColumnStrided (1 ms)
[ RUN ] Indexing2D/3.ColumnStridedReverse
[ OK ] Indexing2D/3.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/3.RowContinious
[ OK ] Indexing2D/3.RowContinious (0 ms)
[ RUN ] Indexing2D/3.RowContiniousReverse
[ OK ] Indexing2D/3.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/3.RowStrided
[ OK ] Indexing2D/3.RowStrided (0 ms)
[ RUN ] Indexing2D/3.RowStridedReverse
[ OK ] Indexing2D/3.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/3.ContiniousContinious
[ OK ] Indexing2D/3.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/3.ContiniousReverse
[ OK ] Indexing2D/3.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/3.ContiniousStrided
[ OK ] Indexing2D/3.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/3.ContiniousStridedReverse
[ OK ] Indexing2D/3.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/3.ReverseContinious
[ OK ] Indexing2D/3.ReverseContinious (0 ms)
[ RUN ] Indexing2D/3.ReverseReverse
[ OK ] Indexing2D/3.ReverseReverse (0 ms)
[ RUN ] Indexing2D/3.ReverseStrided
[ OK ] Indexing2D/3.ReverseStrided (0 ms)
[ RUN ] Indexing2D/3.ReverseStridedReverse
[ OK ] Indexing2D/3.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/3.StridedContinious
[ OK ] Indexing2D/3.StridedContinious (0 ms)
[ RUN ] Indexing2D/3.StridedStrided
[ OK ] Indexing2D/3.StridedStrided (1 ms)
[----------] 18 tests from Indexing2D/3 (2 ms total)
[----------] 18 tests from Indexing2D/4, where TypeParam = char
[ RUN ] Indexing2D/4.ColumnContinious
[ OK ] Indexing2D/4.ColumnContinious (0 ms)
[ RUN ] Indexing2D/4.ColumnContiniousReverse
[ OK ] Indexing2D/4.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/4.ColumnStrided
[ OK ] Indexing2D/4.ColumnStrided (0 ms)
[ RUN ] Indexing2D/4.ColumnStridedReverse
[ OK ] Indexing2D/4.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/4.RowContinious
[ OK ] Indexing2D/4.RowContinious (0 ms)
[ RUN ] Indexing2D/4.RowContiniousReverse
[ OK ] Indexing2D/4.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/4.RowStrided
[ OK ] Indexing2D/4.RowStrided (0 ms)
[ RUN ] Indexing2D/4.RowStridedReverse
[ OK ] Indexing2D/4.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/4.ContiniousContinious
[ OK ] Indexing2D/4.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/4.ContiniousReverse
[ OK ] Indexing2D/4.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/4.ContiniousStrided
[ OK ] Indexing2D/4.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/4.ContiniousStridedReverse
[ OK ] Indexing2D/4.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/4.ReverseContinious
[ OK ] Indexing2D/4.ReverseContinious (0 ms)
[ RUN ] Indexing2D/4.ReverseReverse
[ OK ] Indexing2D/4.ReverseReverse (1 ms)
[ RUN ] Indexing2D/4.ReverseStrided
[ OK ] Indexing2D/4.ReverseStrided (0 ms)
[ RUN ] Indexing2D/4.ReverseStridedReverse
[ OK ] Indexing2D/4.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/4.StridedContinious
[ OK ] Indexing2D/4.StridedContinious (0 ms)
[ RUN ] Indexing2D/4.StridedStrided
[ OK ] Indexing2D/4.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/4 (1 ms total)
[----------] 18 tests from Indexing2D/5, where TypeParam = unsigned char
[ RUN ] Indexing2D/5.ColumnContinious
[ OK ] Indexing2D/5.ColumnContinious (0 ms)
[ RUN ] Indexing2D/5.ColumnContiniousReverse
[ OK ] Indexing2D/5.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/5.ColumnStrided
[ OK ] Indexing2D/5.ColumnStrided (0 ms)
[ RUN ] Indexing2D/5.ColumnStridedReverse
[ OK ] Indexing2D/5.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/5.RowContinious
[ OK ] Indexing2D/5.RowContinious (0 ms)
[ RUN ] Indexing2D/5.RowContiniousReverse
[ OK ] Indexing2D/5.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/5.RowStrided
[ OK ] Indexing2D/5.RowStrided (0 ms)
[ RUN ] Indexing2D/5.RowStridedReverse
[ OK ] Indexing2D/5.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/5.ContiniousContinious
[ OK ] Indexing2D/5.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/5.ContiniousReverse
[ OK ] Indexing2D/5.ContiniousReverse (1 ms)
[ RUN ] Indexing2D/5.ContiniousStrided
[ OK ] Indexing2D/5.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/5.ContiniousStridedReverse
[ OK ] Indexing2D/5.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/5.ReverseContinious
[ OK ] Indexing2D/5.ReverseContinious (0 ms)
[ RUN ] Indexing2D/5.ReverseReverse
[ OK ] Indexing2D/5.ReverseReverse (0 ms)
[ RUN ] Indexing2D/5.ReverseStrided
[ OK ] Indexing2D/5.ReverseStrided (0 ms)
[ RUN ] Indexing2D/5.ReverseStridedReverse
[ OK ] Indexing2D/5.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/5.StridedContinious
[ OK ] Indexing2D/5.StridedContinious (0 ms)
[ RUN ] Indexing2D/5.StridedStrided
[ OK ] Indexing2D/5.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/5 (1 ms total)
[----------] 7 tests from Indexing/0, where TypeParam = float
[ RUN ] Indexing/0.4D_to_4D
/home/SrM/ArrayFire/arrayfire/test/testHelpers.hpp:69: Failure
Failed
TEST FILE NOT FOUND
Start 27: Test_medfilt_cpu
27/68 Test #27: Test_medfilt_cpu ................. Passed 0.01 sec
Start 28: Test_fft_cpu
28/68 Test #28: Test_fft_cpu ..................... Passed 0.02 sec
Start 29: Test_tile_cpu
29/68 Test #29: Test_tile_cpu .................... Passed 12.23 sec
Start 30: Test_approx1_cpu
30/68 Test #30: Test_approx1_cpu ................. Passed 0.24 sec
Start 31: Test_set_cpu
31/68 Test #31: Test_set_cpu ..................... Passed 0.01 sec
Start 32: Test_imageio_cpu
32/68 Test #32: Test_imageio_cpu ................. Passed 0.05 sec
Start 33: Test_diff1_cpu
33/68 Test #33: Test_diff1_cpu ................... Passed 0.01 sec
Start 34: Test_rotate_cpu
34/68 Test #34: Test_rotate_cpu .................. Passed 6.00 sec
Start 35: Test_morph_cuda
35/68 Test #35: Test_morph_cuda .................. Passed 0.33 sec
Start 36: Test_transpose_cuda
36/68 Test #36: Test_transpose_cuda .............. Passed 0.78 sec
Start 37: Test_diff2_cuda
37/68 Test #37: Test_diff2_cuda .................. Passed 0.19 sec
Start 38: Test_scan_cuda
38/68 Test #38: Test_scan_cuda ................... Passed 0.34 sec
Start 39: Test_resize_cuda
39/68 Test #39: Test_resize_cuda ................. Passed 1.18 sec
Start 40: Test_regions_cuda
40/68 Test #40: Test_regions_cuda ................ Passed 0.22 sec
Start 41: Test_gradient_cuda
41/68 Test #41: Test_gradient_cuda ............... Passed 0.19 sec
Start 42: Test_random_cuda
42/68 Test #42: Test_random_cuda ................. Passed 0.25 sec
Start 43: Test_blas_cuda
43/68 Test #43: Test_blas_cuda ................... Passed 0.27 sec
Start 44: Test_moddims_cuda
44/68 Test #44: Test_moddims_cuda ................ Passed 0.16 sec
Start 45: Test_reduce_cuda
45/68 Test #45: Test_reduce_cuda .................***Failed 0.19 sec
Running main() from gtest_main.cc
[==========] Running 50 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 50 tests from Reduce
[ RUN ] Reduce.Test_sum_float
[ OK ] Reduce.Test_sum_float (129 ms)
[ RUN ] Reduce.Test_sum_double
[ OK ] Reduce.Test_sum_double (1 ms)
[ RUN ] Reduce.Test_sum_int
[ OK ] Reduce.Test_sum_int (0 ms)
[ RUN ] Reduce.Test_sum_cfloat
[ OK ] Reduce.Test_sum_cfloat (0 ms)
[ RUN ] Reduce.Test_sum_cdouble
[ OK ] Reduce.Test_sum_cdouble (1 ms)
[ RUN ] Reduce.Test_sum_unsigned
[ OK ] Reduce.Test_sum_unsigned (0 ms)
[ RUN ] Reduce.Test_sum_uchar
[ OK ] Reduce.Test_sum_uchar (0 ms)
[ RUN ] Reduce.Test_min_float
[ OK ] Reduce.Test_min_float (0 ms)
[ RUN ] Reduce.Test_min_double
[ OK ] Reduce.Test_min_double (1 ms)
[ RUN ] Reduce.Test_min_int
[ OK ] Reduce.Test_min_int (0 ms)
[ RUN ] Reduce.Test_min_cfloat
[ OK ] Reduce.Test_min_cfloat (1 ms)
[ RUN ] Reduce.Test_min_cdouble
[ OK ] Reduce.Test_min_cdouble (0 ms)
[ RUN ] Reduce.Test_min_unsigned
[ OK ] Reduce.Test_min_unsigned (0 ms)
[ RUN ] Reduce.Test_min_uchar
[ OK ] Reduce.Test_min_uchar (1 ms)
[ RUN ] Reduce.Test_max_float
[ OK ] Reduce.Test_max_float (0 ms)
[ RUN ] Reduce.Test_max_double
[ OK ] Reduce.Test_max_double (0 ms)
[ RUN ] Reduce.Test_max_int
[ OK ] Reduce.Test_max_int (0 ms)
[ RUN ] Reduce.Test_max_cfloat
[ OK ] Reduce.Test_max_cfloat (1 ms)
[ RUN ] Reduce.Test_max_cdouble
[ OK ] Reduce.Test_max_cdouble (0 ms)
[ RUN ] Reduce.Test_max_unsigned
[ OK ] Reduce.Test_max_unsigned (1 ms)
[ RUN ] Reduce.Test_max_uchar
[ OK ] Reduce.Test_max_uchar (0 ms)
[ RUN ] Reduce.Test_anytrue_float
[ OK ] Reduce.Test_anytrue_float (0 ms)
[ RUN ] Reduce.Test_anytrue_double
[ OK ] Reduce.Test_anytrue_double (1 ms)
[ RUN ] Reduce.Test_anytrue_int
[ OK ] Reduce.Test_anytrue_int (0 ms)
[ RUN ] Reduce.Test_anytrue_cfloat
[ OK ] Reduce.Test_anytrue_cfloat (0 ms)
[ RUN ] Reduce.Test_anytrue_cdouble
[ OK ] Reduce.Test_anytrue_cdouble (1 ms)
[ RUN ] Reduce.Test_anytrue_unsigned
[ OK ] Reduce.Test_anytrue_unsigned (0 ms)
[ RUN ] Reduce.Test_anytrue_uchar
[ OK ] Reduce.Test_anytrue_uchar (0 ms)
[ RUN ] Reduce.Test_alltrue_float
[ OK ] Reduce.Test_alltrue_float (0 ms)
[ RUN ] Reduce.Test_alltrue_double
[ OK ] Reduce.Test_alltrue_double (1 ms)
[ RUN ] Reduce.Test_alltrue_int
[ OK ] Reduce.Test_alltrue_int (0 ms)
[ RUN ] Reduce.Test_alltrue_cfloat
[ OK ] Reduce.Test_alltrue_cfloat (1 ms)
[ RUN ] Reduce.Test_alltrue_cdouble
[ OK ] Reduce.Test_alltrue_cdouble (0 ms)
[ RUN ] Reduce.Test_alltrue_unsigned
[ OK ] Reduce.Test_alltrue_unsigned (0 ms)
[ RUN ] Reduce.Test_alltrue_uchar
[ OK ] Reduce.Test_alltrue_uchar (0 ms)
[ RUN ] Reduce.Test_count_float
[ OK ] Reduce.Test_count_float (1 ms)
[ RUN ] Reduce.Test_count_double
[ OK ] Reduce.Test_count_double (0 ms)
[ RUN ] Reduce.Test_count_int
[ OK ] Reduce.Test_count_int (0 ms)
[ RUN ] Reduce.Test_count_cfloat
[ OK ] Reduce.Test_count_cfloat (1 ms)
[ RUN ] Reduce.Test_count_cdouble
[ OK ] Reduce.Test_count_cdouble (0 ms)
[ RUN ] Reduce.Test_count_unsigned
[ OK ] Reduce.Test_count_unsigned (0 ms)
[ RUN ] Reduce.Test_count_uchar
[ OK ] Reduce.Test_count_uchar (1 ms)
[ RUN ] Reduce.Test_Reduce_Big0
/home/SrM/ArrayFire/arrayfire/test/reduce.cpp:68: Failure
Value of: outData[elIter]
Actual: 25003
Expected: currGoldBar[elIter]
Which is: 49747
at: 0 for dim 0
[ FAILED ] Reduce.Test_Reduce_Big0 (6 ms)
[ RUN ] Reduce.Test_Reduce_Big1
[ OK ] Reduce.Test_Reduce_Big1 (9 ms)
[ RUN ] Reduce.Test_sum_CPP
[ OK ] Reduce.Test_sum_CPP (1 ms)
[ RUN ] Reduce.Test_min_CPP
[ OK ] Reduce.Test_min_CPP (0 ms)
[ RUN ] Reduce.Test_max_CPP
[ OK ] Reduce.Test_max_CPP (0 ms)
[ RUN ] Reduce.Test_anytrue_CPP
[ OK ] Reduce.Test_anytrue_CPP (0 ms)
[ RUN ] Reduce.Test_alltrue_CPP
[ OK ] Reduce.Test_alltrue_CPP (0 ms)
[ RUN ] Reduce.Test_count_CPP
[ OK ] Reduce.Test_count_CPP (0 ms)
[----------] 50 tests from Reduce (160 ms total)
[----------] Global test environment tear-down
[==========] 50 tests from 1 test case ran. (160 ms total)
[ PASSED ] 49 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] Reduce.Test_Reduce_Big0
1 FAILED TEST
Start 46: Test_convolve_cuda
46/68 Test #46: Test_convolve_cuda ............... Passed 0.30 sec
Start 47: Test_bilateral_cuda
47/68 Test #47: Test_bilateral_cuda .............. Passed 0.24 sec
Start 48: Test_sort_by_key_cuda
48/68 Test #48: Test_sort_by_key_cuda ............ Passed 0.46 sec
Start 49: Test_approx2_cuda
49/68 Test #49: Test_approx2_cuda ................ Passed 1.64 sec
Start 50: Test_meanshift_cuda
50/68 Test #50: Test_meanshift_cuda .............. Passed 0.29 sec
Start 51: Test_sort_cuda
51/68 Test #51: Test_sort_cuda ................... Passed 0.51 sec
Start 52: Test_basic_cuda
52/68 Test #52: Test_basic_cuda .................. Passed 0.26 sec
Start 53: Test_info_cuda
53/68 Test #53: Test_info_cuda ................... Passed 0.31 sec
Start 54: Test_where_cuda
54/68 Test #54: Test_where_cuda .................. Passed 0.17 sec
Start 55: Test_reorder_cuda
55/68 Test #55: Test_reorder_cuda ................ Passed 0.29 sec
Start 56: Test_shift_cuda
56/68 Test #56: Test_shift_cuda .................. Passed 0.22 sec
Start 57: Test_assign_cuda
57/68 Test #57: Test_assign_cuda ................. Passed 0.20 sec
Start 58: Test_sort_index_cuda
58/68 Test #58: Test_sort_index_cuda ............. Passed 0.43 sec
Start 59: Test_histogram_cuda
59/68 Test #59: Test_histogram_cuda .............. Passed 0.19 sec
Start 60: Test_index_cuda
60/68 Test #60: Test_index_cuda ..................***Exception: SegFault 0.33 sec
Running main() from gtest_main.cc
[==========] Running 181 tests from 19 test cases.
[----------] Global test environment set-up.
[----------] 5 tests from Indexing1D/0, where TypeParam = float
[ RUN ] Indexing1D/0.Continious
[ OK ] Indexing1D/0.Continious (131 ms)
[ RUN ] Indexing1D/0.ContiniousReverse
[ OK ] Indexing1D/0.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/0.Strided
[ OK ] Indexing1D/0.Strided (0 ms)
[ RUN ] Indexing1D/0.StridedReverse
[ OK ] Indexing1D/0.StridedReverse (0 ms)
[ RUN ] Indexing1D/0.Span
[ OK ] Indexing1D/0.Span (0 ms)
[----------] 5 tests from Indexing1D/0 (131 ms total)
[----------] 5 tests from Indexing1D/1, where TypeParam = double
[ RUN ] Indexing1D/1.Continious
[ OK ] Indexing1D/1.Continious (0 ms)
[ RUN ] Indexing1D/1.ContiniousReverse
[ OK ] Indexing1D/1.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/1.Strided
[ OK ] Indexing1D/1.Strided (1 ms)
[ RUN ] Indexing1D/1.StridedReverse
[ OK ] Indexing1D/1.StridedReverse (0 ms)
[ RUN ] Indexing1D/1.Span
[ OK ] Indexing1D/1.Span (0 ms)
[----------] 5 tests from Indexing1D/1 (1 ms total)
[----------] 5 tests from Indexing1D/2, where TypeParam = int
[ RUN ] Indexing1D/2.Continious
[ OK ] Indexing1D/2.Continious (0 ms)
[ RUN ] Indexing1D/2.ContiniousReverse
[ OK ] Indexing1D/2.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/2.Strided
[ OK ] Indexing1D/2.Strided (0 ms)
[ RUN ] Indexing1D/2.StridedReverse
[ OK ] Indexing1D/2.StridedReverse (0 ms)
[ RUN ] Indexing1D/2.Span
[ OK ] Indexing1D/2.Span (0 ms)
[----------] 5 tests from Indexing1D/2 (0 ms total)
[----------] 5 tests from Indexing1D/3, where TypeParam = unsigned int
[ RUN ] Indexing1D/3.Continious
[ OK ] Indexing1D/3.Continious (0 ms)
[ RUN ] Indexing1D/3.ContiniousReverse
[ OK ] Indexing1D/3.ContiniousReverse (1 ms)
[ RUN ] Indexing1D/3.Strided
[ OK ] Indexing1D/3.Strided (0 ms)
[ RUN ] Indexing1D/3.StridedReverse
[ OK ] Indexing1D/3.StridedReverse (0 ms)
[ RUN ] Indexing1D/3.Span
[ OK ] Indexing1D/3.Span (0 ms)
[----------] 5 tests from Indexing1D/3 (1 ms total)
[----------] 5 tests from Indexing1D/4, where TypeParam = char
[ RUN ] Indexing1D/4.Continious
[ OK ] Indexing1D/4.Continious (0 ms)
[ RUN ] Indexing1D/4.ContiniousReverse
[ OK ] Indexing1D/4.ContiniousReverse (0 ms)
[ RUN ] Indexing1D/4.Strided
[ OK ] Indexing1D/4.Strided (0 ms)
[ RUN ] Indexing1D/4.StridedReverse
[ OK ] Indexing1D/4.StridedReverse (0 ms)
[ RUN ] Indexing1D/4.Span
[ OK ] Indexing1D/4.Span (0 ms)
[----------] 5 tests from Indexing1D/4 (0 ms total)
[----------] 5 tests from Indexing1D/5, where TypeParam = unsigned char
[ RUN ] Indexing1D/5.Continious
[ OK ] Indexing1D/5.Continious (0 ms)
[ RUN ] Indexing1D/5.ContiniousReverse
[ OK ] Indexing1D/5.ContiniousReverse (1 ms)
[ RUN ] Indexing1D/5.Strided
[ OK ] Indexing1D/5.Strided (0 ms)
[ RUN ] Indexing1D/5.StridedReverse
[ OK ] Indexing1D/5.StridedReverse (0 ms)
[ RUN ] Indexing1D/5.Span
[ OK ] Indexing1D/5.Span (0 ms)
[----------] 5 tests from Indexing1D/5 (1 ms total)
[----------] 18 tests from Indexing2D/0, where TypeParam = float
[ RUN ] Indexing2D/0.ColumnContinious
[ OK ] Indexing2D/0.ColumnContinious (0 ms)
[ RUN ] Indexing2D/0.ColumnContiniousReverse
[ OK ] Indexing2D/0.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/0.ColumnStrided
[ OK ] Indexing2D/0.ColumnStrided (1 ms)
[ RUN ] Indexing2D/0.ColumnStridedReverse
[ OK ] Indexing2D/0.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/0.RowContinious
[ OK ] Indexing2D/0.RowContinious (0 ms)
[ RUN ] Indexing2D/0.RowContiniousReverse
[ OK ] Indexing2D/0.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/0.RowStrided
[ OK ] Indexing2D/0.RowStrided (0 ms)
[ RUN ] Indexing2D/0.RowStridedReverse
[ OK ] Indexing2D/0.RowStridedReverse (1 ms)
[ RUN ] Indexing2D/0.ContiniousContinious
[ OK ] Indexing2D/0.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/0.ContiniousReverse
[ OK ] Indexing2D/0.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/0.ContiniousStrided
[ OK ] Indexing2D/0.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/0.ContiniousStridedReverse
[ OK ] Indexing2D/0.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/0.ReverseContinious
[ OK ] Indexing2D/0.ReverseContinious (0 ms)
[ RUN ] Indexing2D/0.ReverseReverse
[ OK ] Indexing2D/0.ReverseReverse (1 ms)
[ RUN ] Indexing2D/0.ReverseStrided
[ OK ] Indexing2D/0.ReverseStrided (0 ms)
[ RUN ] Indexing2D/0.ReverseStridedReverse
[ OK ] Indexing2D/0.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/0.StridedContinious
[ OK ] Indexing2D/0.StridedContinious (0 ms)
[ RUN ] Indexing2D/0.StridedStrided
[ OK ] Indexing2D/0.StridedStrided (1 ms)
[----------] 18 tests from Indexing2D/0 (4 ms total)
[----------] 18 tests from Indexing2D/1, where TypeParam = double
[ RUN ] Indexing2D/1.ColumnContinious
[ OK ] Indexing2D/1.ColumnContinious (0 ms)
[ RUN ] Indexing2D/1.ColumnContiniousReverse
[ OK ] Indexing2D/1.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/1.ColumnStrided
[ OK ] Indexing2D/1.ColumnStrided (0 ms)
[ RUN ] Indexing2D/1.ColumnStridedReverse
[ OK ] Indexing2D/1.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/1.RowContinious
[ OK ] Indexing2D/1.RowContinious (0 ms)
[ RUN ] Indexing2D/1.RowContiniousReverse
[ OK ] Indexing2D/1.RowContiniousReverse (1 ms)
[ RUN ] Indexing2D/1.RowStrided
[ OK ] Indexing2D/1.RowStrided (0 ms)
[ RUN ] Indexing2D/1.RowStridedReverse
[ OK ] Indexing2D/1.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/1.ContiniousContinious
[ OK ] Indexing2D/1.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/1.ContiniousReverse
[ OK ] Indexing2D/1.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/1.ContiniousStrided
[ OK ] Indexing2D/1.ContiniousStrided (1 ms)
[ RUN ] Indexing2D/1.ContiniousStridedReverse
[ OK ] Indexing2D/1.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/1.ReverseContinious
[ OK ] Indexing2D/1.ReverseContinious (0 ms)
[ RUN ] Indexing2D/1.ReverseReverse
[ OK ] Indexing2D/1.ReverseReverse (0 ms)
[ RUN ] Indexing2D/1.ReverseStrided
[ OK ] Indexing2D/1.ReverseStrided (0 ms)
[ RUN ] Indexing2D/1.ReverseStridedReverse
[ OK ] Indexing2D/1.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/1.StridedContinious
[ OK ] Indexing2D/1.StridedContinious (1 ms)
[ RUN ] Indexing2D/1.StridedStrided
[ OK ] Indexing2D/1.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/1 (3 ms total)
[----------] 18 tests from Indexing2D/2, where TypeParam = int
[ RUN ] Indexing2D/2.ColumnContinious
[ OK ] Indexing2D/2.ColumnContinious (0 ms)
[ RUN ] Indexing2D/2.ColumnContiniousReverse
[ OK ] Indexing2D/2.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/2.ColumnStrided
[ OK ] Indexing2D/2.ColumnStrided (1 ms)
[ RUN ] Indexing2D/2.ColumnStridedReverse
[ OK ] Indexing2D/2.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/2.RowContinious
[ OK ] Indexing2D/2.RowContinious (0 ms)
[ RUN ] Indexing2D/2.RowContiniousReverse
[ OK ] Indexing2D/2.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/2.RowStrided
[ OK ] Indexing2D/2.RowStrided (0 ms)
[ RUN ] Indexing2D/2.RowStridedReverse
[ OK ] Indexing2D/2.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/2.ContiniousContinious
[ OK ] Indexing2D/2.ContiniousContinious (1 ms)
[ RUN ] Indexing2D/2.ContiniousReverse
[ OK ] Indexing2D/2.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/2.ContiniousStrided
[ OK ] Indexing2D/2.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/2.ContiniousStridedReverse
[ OK ] Indexing2D/2.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/2.ReverseContinious
[ OK ] Indexing2D/2.ReverseContinious (0 ms)
[ RUN ] Indexing2D/2.ReverseReverse
[ OK ] Indexing2D/2.ReverseReverse (1 ms)
[ RUN ] Indexing2D/2.ReverseStrided
[ OK ] Indexing2D/2.ReverseStrided (0 ms)
[ RUN ] Indexing2D/2.ReverseStridedReverse
[ OK ] Indexing2D/2.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/2.StridedContinious
[ OK ] Indexing2D/2.StridedContinious (0 ms)
[ RUN ] Indexing2D/2.StridedStrided
[ OK ] Indexing2D/2.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/2 (3 ms total)
[----------] 18 tests from Indexing2D/3, where TypeParam = unsigned int
[ RUN ] Indexing2D/3.ColumnContinious
[ OK ] Indexing2D/3.ColumnContinious (1 ms)
[ RUN ] Indexing2D/3.ColumnContiniousReverse
[ OK ] Indexing2D/3.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/3.ColumnStrided
[ OK ] Indexing2D/3.ColumnStrided (0 ms)
[ RUN ] Indexing2D/3.ColumnStridedReverse
[ OK ] Indexing2D/3.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/3.RowContinious
[ OK ] Indexing2D/3.RowContinious (0 ms)
[ RUN ] Indexing2D/3.RowContiniousReverse
[ OK ] Indexing2D/3.RowContiniousReverse (1 ms)
[ RUN ] Indexing2D/3.RowStrided
[ OK ] Indexing2D/3.RowStrided (0 ms)
[ RUN ] Indexing2D/3.RowStridedReverse
[ OK ] Indexing2D/3.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/3.ContiniousContinious
[ OK ] Indexing2D/3.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/3.ContiniousReverse
[ OK ] Indexing2D/3.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/3.ContiniousStrided
[ OK ] Indexing2D/3.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/3.ContiniousStridedReverse
[ OK ] Indexing2D/3.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/3.ReverseContinious
[ OK ] Indexing2D/3.ReverseContinious (0 ms)
[ RUN ] Indexing2D/3.ReverseReverse
[ OK ] Indexing2D/3.ReverseReverse (0 ms)
[ RUN ] Indexing2D/3.ReverseStrided
[ OK ] Indexing2D/3.ReverseStrided (0 ms)
[ RUN ] Indexing2D/3.ReverseStridedReverse
[ OK ] Indexing2D/3.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/3.StridedContinious
[ OK ] Indexing2D/3.StridedContinious (1 ms)
[ RUN ] Indexing2D/3.StridedStrided
[ OK ] Indexing2D/3.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/3 (4 ms total)
[----------] 18 tests from Indexing2D/4, where TypeParam = char
[ RUN ] Indexing2D/4.ColumnContinious
[ OK ] Indexing2D/4.ColumnContinious (0 ms)
[ RUN ] Indexing2D/4.ColumnContiniousReverse
[ OK ] Indexing2D/4.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/4.ColumnStrided
[ OK ] Indexing2D/4.ColumnStrided (0 ms)
[ RUN ] Indexing2D/4.ColumnStridedReverse
[ OK ] Indexing2D/4.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/4.RowContinious
[ OK ] Indexing2D/4.RowContinious (0 ms)
[ RUN ] Indexing2D/4.RowContiniousReverse
[ OK ] Indexing2D/4.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/4.RowStrided
[ OK ] Indexing2D/4.RowStrided (0 ms)
[ RUN ] Indexing2D/4.RowStridedReverse
[ OK ] Indexing2D/4.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/4.ContiniousContinious
[ OK ] Indexing2D/4.ContiniousContinious (1 ms)
[ RUN ] Indexing2D/4.ContiniousReverse
[ OK ] Indexing2D/4.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/4.ContiniousStrided
[ OK ] Indexing2D/4.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/4.ContiniousStridedReverse
[ OK ] Indexing2D/4.ContiniousStridedReverse (0 ms)
[ RUN ] Indexing2D/4.ReverseContinious
[ OK ] Indexing2D/4.ReverseContinious (0 ms)
[ RUN ] Indexing2D/4.ReverseReverse
[ OK ] Indexing2D/4.ReverseReverse (0 ms)
[ RUN ] Indexing2D/4.ReverseStrided
[ OK ] Indexing2D/4.ReverseStrided (0 ms)
[ RUN ] Indexing2D/4.ReverseStridedReverse
[ OK ] Indexing2D/4.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/4.StridedContinious
[ OK ] Indexing2D/4.StridedContinious (0 ms)
[ RUN ] Indexing2D/4.StridedStrided
[ OK ] Indexing2D/4.StridedStrided (0 ms)
[----------] 18 tests from Indexing2D/4 (3 ms total)
[----------] 18 tests from Indexing2D/5, where TypeParam = unsigned char
[ RUN ] Indexing2D/5.ColumnContinious
[ OK ] Indexing2D/5.ColumnContinious (1 ms)
[ RUN ] Indexing2D/5.ColumnContiniousReverse
[ OK ] Indexing2D/5.ColumnContiniousReverse (0 ms)
[ RUN ] Indexing2D/5.ColumnStrided
[ OK ] Indexing2D/5.ColumnStrided (0 ms)
[ RUN ] Indexing2D/5.ColumnStridedReverse
[ OK ] Indexing2D/5.ColumnStridedReverse (0 ms)
[ RUN ] Indexing2D/5.RowContinious
[ OK ] Indexing2D/5.RowContinious (0 ms)
[ RUN ] Indexing2D/5.RowContiniousReverse
[ OK ] Indexing2D/5.RowContiniousReverse (0 ms)
[ RUN ] Indexing2D/5.RowStrided
[ OK ] Indexing2D/5.RowStrided (1 ms)
[ RUN ] Indexing2D/5.RowStridedReverse
[ OK ] Indexing2D/5.RowStridedReverse (0 ms)
[ RUN ] Indexing2D/5.ContiniousContinious
[ OK ] Indexing2D/5.ContiniousContinious (0 ms)
[ RUN ] Indexing2D/5.ContiniousReverse
[ OK ] Indexing2D/5.ContiniousReverse (0 ms)
[ RUN ] Indexing2D/5.ContiniousStrided
[ OK ] Indexing2D/5.ContiniousStrided (0 ms)
[ RUN ] Indexing2D/5.ContiniousStridedReverse
[ OK ] Indexing2D/5.ContiniousStridedReverse (1 ms)
[ RUN ] Indexing2D/5.ReverseContinious
[ OK ] Indexing2D/5.ReverseContinious (0 ms)
[ RUN ] Indexing2D/5.ReverseReverse
[ OK ] Indexing2D/5.ReverseReverse (0 ms)
[ RUN ] Indexing2D/5.ReverseStrided
[ OK ] Indexing2D/5.ReverseStrided (0 ms)
[ RUN ] Indexing2D/5.ReverseStridedReverse
[ OK ] Indexing2D/5.ReverseStridedReverse (0 ms)
[ RUN ] Indexing2D/5.StridedContinious
[ OK ] Indexing2D/5.StridedContinious (0 ms)
[ RUN ] Indexing2D/5.StridedStrided
[ OK ] Indexing2D/5.StridedStrided (1 ms)
[----------] 18 tests from Indexing2D/5 (4 ms total)
[----------] 7 tests from Indexing/0, where TypeParam = float
[ RUN ] Indexing/0.4D_to_4D
/home/SrM/ArrayFire/arrayfire/test/testHelpers.hpp:69: Failure
Failed
TEST FILE NOT FOUND
Start 61: Test_medfilt_cuda
61/68 Test #61: Test_medfilt_cuda ................ Passed 0.18 sec
Start 62: Test_fft_cuda
62/68 Test #62: Test_fft_cuda .................... Passed 0.30 sec
Start 63: Test_tile_cuda
63/68 Test #63: Test_tile_cuda ................... Passed 12.31 sec
Start 64: Test_approx1_cuda
64/68 Test #64: Test_approx1_cuda ................ Passed 0.42 sec
Start 65: Test_set_cuda
65/68 Test #65: Test_set_cuda .................... Passed 0.19 sec
Start 66: Test_imageio_cuda
66/68 Test #66: Test_imageio_cuda ................ Passed 0.22 sec
Start 67: Test_diff1_cuda
67/68 Test #67: Test_diff1_cuda .................. Passed 0.19 sec
Start 68: Test_rotate_cuda
68/68 Test #68: Test_rotate_cuda ................. Passed 6.26 sec
96% tests passed, 3 tests failed out of 68
Total Test time (real) = 149.03 sec
The following tests FAILED:
26 - Test_index_cpu (SEGFAULT)
45 - Test_reduce_cuda (Failed)
60 - Test_index_cuda (SEGFAULT)
Errors while running CTest
make: *** [test] Error 8
==================================
As you can see, it seem that the updates produced some other changes (apparently introducing a couple of new errors).
Cheers!