2 커밋 f95a62c5ed ... 7549355305

작성자 SHA1 메시지 날짜
  Samuel Thibault 7549355305 Merge branch 'fpga' of gitlab.inria.fr:starpu/starpu into fpga 3 년 전
  Samuel Thibault 045e314f4c max: Drop binding preference support 3 년 전
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/core/topology.c

+ 3 - 0
src/core/topology.c

@@ -2608,8 +2608,11 @@ static void _starpu_init_workers_binding_and_memory(struct _starpu_machine_confi
 				if (may_bind_automatically[STARPU_FPGA_WORKER])
 				{
 					/* StarPU is allowed to bind threads automatically */
+#if 0
+/* No FPGA preference yet */
 					preferred_binding = _starpu_get_fpga_affinity_vector(devid);
 					npreferred = config->topology.nhwpus;
+#endif
 				}
 #endif /* SIMGRID */
 				if (fpga_init[devid])