Parcourir la source

Bug fix from Andra: we don't check that the last part ends at the end of the
father vector anymore.

Cédric Augonnet il y a 14 ans
Parent
commit
33ee1a6d00
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      src/datawizard/interfaces/vector_filters.c

+ 0 - 3
src/datawizard/interfaces/vector_filters.c

@@ -114,7 +114,4 @@ void starpu_vector_list_filter_func(void *father_interface, void *child_interfac
 	  vector_child->offset = vector_father->offset + current_pos*elemsize;
 	  vector_child->dev_handle = vector_father->dev_handle;
 	}
-	
-	__attribute__ ((unused)) uint32_t nx = vector_father->nx;
-	STARPU_ASSERT(current_pos == nx);
 }