reducing overhead; reverted custom CL/ header because CL/cl.hpp was buggy

This commit is contained in:
Philippe Tillet
2015-01-28 22:07:09 -05:00
parent 1246fbe9a8
commit c7665021d1
21 changed files with 10317 additions and 1474 deletions

View File

@@ -129,7 +129,6 @@ class GeneticOperators(object):
def evaluate(self, individual):
if tuple(individual) not in self.cache:
parameters = self.decode(individual)
parameters = [2,16,16,16,6,1,6,atd.fetching_policy_type.FETCH_FROM_LOCAL,atd.fetching_policy_type.FETCH_FROM_LOCAL,16,16]
template = self.Template(*parameters)
try:
tt = misc_tools.benchmark(template, self.symbolic)

Binary file not shown.

Binary file not shown.