Home
last modified time | relevance | path

Searched refs:iterType (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/compute/perf/
Dperf_thrust_reduce_by_key.cu67 typedef typename thrust::device_vector<int>::iterator iterType; in main() typedef
68 thrust::pair<iterType, iterType> result; in main()
Dperf_bolt_reduce_by_key.cpp73 typedef bolt::cl::device_vector<int>::iterator iterType; in main() typedef
74 bolt::cl::pair<iterType, iterType> result = { in main()
Dperf_reduce_by_key.cpp85 typedef boost::compute::vector<int>::iterator iterType; in main() typedef
86 std::pair<iterType, iterType> result( in main()