Browse Source

titan: Use 2 threads per core

Vitalii Demianets 11 years ago
parent
commit
e04be4043c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-titan.c

+ 2 - 0
driver-titan.c

@@ -264,6 +264,8 @@ static bool knc_titan_init(struct thr_info * const thr)
 		.nonce_bottom = 0,
 		.nonce_top = 0xFFFFFFFF,
 	};
+	/* Use 2 threads per core */
+	fill_in_thread_params(2, &setup_params);
 
 	for (proc = cgpu; proc; proc = proc->next_proc) {
 		nonce_f += nonce_step;