Skip to content

Commit

Permalink
ExpressionOpCounter: account for NaNs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikcfd authored and inducer committed Oct 20, 2022
1 parent 07df47f commit 6675f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loopy/statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ def map_constant(self, expr):

map_tagged_variable = map_constant
map_variable = map_constant
map_nan = map_constant

def map_call(self, expr):
from loopy.symbolic import ResolvedFunction
Expand Down

0 comments on commit 6675f04

Please sign in to comment.