Skip to content
Snippets Groups Projects
Commit a58a3ec4 authored by Marcel Koch's avatar Marcel Koch
Browse files

pep8

parent 5c43674c
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ class VCLPermute(lp.symbolic.FunctionIdentifier):
self.permutation = permutation
def __getinitargs__(self):
return (self.nptype, self.vector_width,self.permutation)
return (self.nptype, self.vector_width, self.permutation)
@property
def name(self):
......@@ -148,4 +148,4 @@ def vcl_store_and_load_mangler(knl, func, arg_dtypes):
return lp.CallMangleInfo(func.name, (), (lp.types.NumpyType(np.int32),))
if isinstance(func, VCLStore):
return lp.CallMangleInfo(func.name, (), (lp.types.NumpyType(np.int32),))
\ No newline at end of file
return lp.CallMangleInfo(func.name, (), (lp.types.NumpyType(np.int32),))
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