diff --git a/loopy/compiled.py b/loopy/compiled.py index e2746b3811f57a391f7deb130cc0606f9bae7c24..c1a977c5795c42771eea6023c56ee2007b74c8e5 100644 --- a/loopy/compiled.py +++ b/loopy/compiled.py @@ -73,7 +73,7 @@ class SeparateArrayPackingController(object): for shape_i, dim_tag in zip(arg.shape, arg.dim_tags): if isinstance(dim_tag, SeparateArrayArrayDimTag): if not isinstance(shape_i, int): - raise TypeError("argument '%s' has non-integer " + raise TypeError("argument '%s' has non-fixed-size " "separate-array axis" % arg.name) sep_shape.append(shape_i)