Tune: cleaning

This commit is contained in:
Philippe Tillet
2015-08-26 11:35:11 -04:00
parent 8e6a5eb415
commit 5d8d4f2c17
3 changed files with 64 additions and 62 deletions

View File

@@ -14,8 +14,8 @@ from numpy import cumsum
import tools
from tools import profile_execution_failure
fetch_types = [sc.templates.fetching_policy_type.FETCH_FROM_LOCAL,
sc.templates.fetching_policy_type.FETCH_FROM_LOCAL,
fetch_types = [sc.templates.fetching_policy_type.FETCH_FROM_GLOBAL_CONTIGUOUS,
sc.templates.fetching_policy_type.FETCH_FROM_GLOBAL_STRIDED,
sc.templates.fetching_policy_type.FETCH_FROM_LOCAL,
sc.templates.fetching_policy_type.FETCH_FROM_LOCAL]