Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #657 from OP2/sv/fix-print
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
sv2518 authored Mar 4, 2022
2 parents ebe8ccb + b1bf667 commit 4ba2952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyop2/codegen/rep2loopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from pyop2.codegen.representation import (PackInst, UnpackInst, KernelInst, PreUnpackInst)
from pytools import ImmutableRecord
from pyop2.codegen.loopycompat import _match_caller_callee_argument_dimension_
from pyop2.configuration import configuration, target
from pyop2.configuration import target


# Read c files for linear algebra callables in on import
Expand Down Expand Up @@ -526,7 +526,6 @@ def renamer(expr):
assumptions = assumptions & pwaffd[parameters.layer_start].le_set(pwaffd[parameters.layer_end])
assumptions = reduce(operator.and_, assumptions.get_basic_sets())

print(configuration)
wrapper = loopy.make_kernel(domains,
statements,
kernel_data=parameters.kernel_data,
Expand Down

0 comments on commit 4ba2952

Please sign in to comment.