Home
last modified time | relevance | path

Searched refs:giga_bandwidth (Results 1 – 9 of 9) sorted by relevance

/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_device_select_unique.cu391 …float giga_bandwidth = float((num_items + num_selected) * sizeof(T)) / avg_millis / 1000.0f / 1… in Test() local
392 …s/s, %.3f logical GB/s, %.1f%% peak", avg_millis, giga_rate, giga_bandwidth, giga_bandwidth / g_de… in Test()
H A Dtest_device_scan.cu709 float giga_bandwidth = giga_rate * (sizeof(InputT) + sizeof(OutputT)); in Test() local
711 … avg_millis, giga_rate, giga_bandwidth, giga_bandwidth / g_device_giga_bandwidth * 100.0); in Test()
H A Dtest_device_select_if.cu708 float giga_bandwidth = float(num_bytes) / avg_millis / 1000.0f / 1000.0f; in Test() local
710 …s/s, %.3f logical GB/s, %.1f%% peak", avg_millis, giga_rate, giga_bandwidth, giga_bandwidth / g_de… in Test()
H A Dtest_device_histogram.cu832 float giga_bandwidth = giga_rate * sizeof(SampleT); in TestEven() local
838 giga_bandwidth); in TestEven()
1105 float giga_bandwidth = giga_rate * sizeof(SampleT); in TestRange() local
1111 giga_bandwidth); in TestRange()
H A Dtest_device_run_length_encode.cu576 float giga_bandwidth = float(bytes_moved) / avg_millis / 1000.0f / 1000.0f; in Test() local
577 …f(", %.3f avg ms, %.3f billion items/s, %.3f logical GB/s", avg_millis, giga_rate, giga_bandwidth); in Test()
H A Dtest_device_reduce_by_key.cu492 float giga_bandwidth = float(bytes_moved) / avg_millis / 1000.0f / 1000.0f; in Test() local
493 …f(", %.3f avg ms, %.3f billion items/s, %.3f logical GB/s", avg_millis, giga_rate, giga_bandwidth); in Test()
H A Dtest_device_reduce.cu909 float giga_bandwidth = giga_rate * sizeof(InputT); in Test() local
911 … avg_millis, giga_rate, giga_bandwidth, giga_bandwidth / g_device_giga_bandwidth * 100.0); in Test()
H A Dtest_device_radix_sort.cu863 float giga_bandwidth = (KEYS_ONLY) ? in Test() local
866 …, %.3f billion items/s, %.3f logical GB/s", elapsed_millis, avg_millis, giga_rate, giga_bandwidth); in Test()
/dports/misc/xgboost/xgboost-1.5.1/cub/experimental/defunct/
H A Dtest_device_seg_reduce.cu2088 float giga_bandwidth = giga_rate * in Test() local
2089 …f(", %.3f avg ms, %.3f billion items/s, %.3f logical GB/s", avg_millis, giga_rate, giga_bandwidth); in Test()