@@ -227,8 +227,8 @@ dispatch_copy(InputIterator first,
227
227
boost::shared_ptr<parameter_cache> parameters =
228
228
detail::parameter_cache::get_global_cache (device);
229
229
230
- size_t map_copy_threshold;
231
- size_t direct_copy_threshold;
230
+ uint_ map_copy_threshold;
231
+ uint_ direct_copy_threshold;
232
232
233
233
// calculate default values of thresholds
234
234
if (device.type () & device::gpu) {
@@ -310,8 +310,8 @@ dispatch_copy(InputIterator first,
310
310
boost::shared_ptr<parameter_cache> parameters =
311
311
detail::parameter_cache::get_global_cache (device);
312
312
313
- size_t map_copy_threshold;
314
- size_t direct_copy_threshold;
313
+ uint_ map_copy_threshold;
314
+ uint_ direct_copy_threshold;
315
315
316
316
// calculate default values of thresholds
317
317
if (device.type () & device::gpu) {
@@ -505,8 +505,8 @@ dispatch_copy(InputIterator first,
505
505
boost::shared_ptr<parameter_cache> parameters =
506
506
detail::parameter_cache::get_global_cache (device);
507
507
508
- size_t map_copy_threshold;
509
- size_t direct_copy_threshold;
508
+ uint_ map_copy_threshold;
509
+ uint_ direct_copy_threshold;
510
510
511
511
// calculate default values of thresholds
512
512
if (device.type () & device::gpu) {
@@ -587,8 +587,8 @@ dispatch_copy(InputIterator first,
587
587
boost::shared_ptr<parameter_cache> parameters =
588
588
detail::parameter_cache::get_global_cache (device);
589
589
590
- size_t map_copy_threshold;
591
- size_t direct_copy_threshold;
590
+ uint_ map_copy_threshold;
591
+ uint_ direct_copy_threshold;
592
592
593
593
// calculate default values of thresholds
594
594
if (device.type () & device::gpu) {
0 commit comments