Skip to content
Snippets Groups Projects
Commit b706f46e authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[bugfix] correct the type mappign keys

parent 66fd1595
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ import six
from loopy.target import TargetBase
from loopy.target.c.codegen.expression import LoopyCCodeMapper
_registry = {numpy.float32: 'float',
numpy.int32 : 'int'}
_registry = {'float32': 'float',
'int32' : 'int'}
def dune_function_manglers():
# OpenCL example impls: target/opencl/__init__.py:108
......
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