소스 검색

Do not test handle->initialized during execution, its meaning is for submission

Samuel Thibault 8 년 전
부모
커밋
f87db4c8b2
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;