./sortingNetworks Starting... Starting up CUDA context... Allocating and initializing host arrays... Allocating and initializing CUDA arrays... Running GPU bitonic sort (1 identical iterations)... Testing array length 64 (16384 arrays per batch)... Average time: 1.380000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 128 (8192 arrays per batch)... Average time: 2.135000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 256 (4096 arrays per batch)... Average time: 2.458000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 512 (2048 arrays per batch)... Average time: 2.947000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 1024 (1024 arrays per batch)... Average time: 3.320000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 2048 (512 arrays per batch)... Average time: 3.969000 ms Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 27 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable Testing array length 4096 (256 arrays per batch)... Average time: 4.381000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 8192 (128 arrays per batch)... Average time: 5.374000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 16384 (64 arrays per batch)... Average time: 6.514000 ms Validating the results... ...reading back GPU results ...inspecting keys array: OK ...inspecting keys and values array: OK ...stability property: NOT stable Testing array length 32768 (32 arrays per batch)... Average time: 7.810000 ms Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 1 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable Testing array length 65536 (16 arrays per batch)... Average time: 9.908000 ms Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 0 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable Testing array length 131072 (8 arrays per batch)... Average time: 11.530000 ms Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 0 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable Testing array length 262144 (4 arrays per batch)... Average time: 13.044000 ms Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 0 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable Testing array length 524288 (2 arrays per batch)... Average time: 15.220000 ms Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 0 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable Testing array length 1048576 (1 arrays per batch)... Average time: 17.311001 ms sortingNetworks-bitonic, Throughput = 60.5728 MElements/s, Time = 0.01731 s, Size = 1048576 elements, NumDevsUsed = 1, Workgroup = 512 Validating the results... ...reading back GPU results ...inspecting keys array: ***Set 0 source/result keys histograms do not match*** ...inspecting keys and values array: ***corrupted!!!*** ...stability property: NOT stable FAILED Shutting down... Press to Quit... -----------------------------------------------------------