ソースを参照

suppress seamingly unnecessary assert

Olivier Aumage 8 年 前
コミット
bc73bc0ae2
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      src/core/perfmodel/multiple_regression.c

+ 0 - 1
src/core/perfmodel/multiple_regression.c

@@ -265,7 +265,6 @@ int _starpu_multiple_regression(struct starpu_perfmodel_history_list *ptr, doubl
 
 	/* Computing number of rows */
 	long n=find_long_list_size(ptr);
-	STARPU_ASSERT(n);
 
         /* Reading old calibrations if necessary */
 	FILE *f=NULL;