Kaynağa Gözat

merge trunk

Samuel Thibault 7 yıl önce
ebeveyn
işleme
d6ad4f8a8a
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      src/core/dependencies/data_concurrency.c

+ 0 - 2
src/core/dependencies/data_concurrency.c

@@ -122,8 +122,6 @@ static unsigned _starpu_attempt_to_submit_data_request(unsigned request_from_cod
 	mode &= ~STARPU_COMMUTE;
 	mode &= ~STARPU_SSEND;
 	mode &= ~STARPU_LOCALITY;
-	if (mode & STARPU_R)
-		STARPU_ASSERT_MSG(handle->initialized, "handle %p is not initialized while trying to read it", handle);
 	if (mode == STARPU_RW)
 		mode = STARPU_W;