소스 검색

forwardport r6997 from 1.0: fix bus calibration for more than 32 cpus

Samuel Thibault 14 년 전
부모
커밋
ab9b3fcfbd
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/perfmodel/perfmodel_bus.c

+ 0 - 2
src/core/perfmodel/perfmodel_bus.c

@@ -44,8 +44,6 @@
 #define SIZE	(32*1024*1024*sizeof(char))
 #define NITER	128
 
-#define MAXCPUS	STARPU_MAXCPUS
-
 static void starpu_force_bus_sampling(void);
 
 /* timing is in µs per byte (i.e. slowness, inverse of bandwidth) */