Skip to content
Snippets Groups Projects
Commit 55b3bf20 authored by Bogdan Enache's avatar Bogdan Enache
Browse files

nothing

parent 23ea07b2
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,8 @@ class ExecutionMapper(mappers.Evaluator,
i = var("i")
func = var(expr.function.name)
#if(expr.function.name == "fabs"):
#func = var("abs")
if(expr.function.name == "fabs"):
func = var("abs")
@memoize_in(self.bound_op, "map_call_knl")
def knl():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment