/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/dict_hw.cu

  • Committer: Suren A. Chilingaryan
  • Date: 2010-08-08 13:41:04 UTC
  • Revision ID: csa@dside.dyndns.org-20100808134104-w7l3e5f4d62ygi5c
Fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
    }
443
443
    
444
444
#ifdef DICT_SUPPORT_THREADS 
 
445
    hw_sched_limit_num_threads(ctx->sched, i);
 
446
    
445
447
    if (ctx->use_threads) {
446
448
        hw_sched_schedule_task(ctx->sched, ctx, dictSetupThread);
447
449
        hw_sched_wait_task(ctx->sched);