Quoting Jason Ekstrand (2017-03-09 14:19:33) > On Thu, Mar 9, 2017 at 12:25 PM, Dylan Baker <dy...@pnwbakers.com> wrote: > > > > Quoting Jason Ekstrand (2017-03-09 10:23:56) > > +def op_bit_sizes(op): > > + sizes = set([8, 16, 32, 64]) > > + if not type_has_size(op.output_type): > > + sizes = sizes.intersection(set(type_sizes(op.output_type))) > > + for input_type in op.input_types: > > + if not type_has_size(input_type): > > The indent looks off here, mixed tabs? > > > No, it's 4 tabs vs. 3 that's causing problems. Fixed locally.
Thanks! > > > with that fixed: > Reviewed-by: Dylan Baker <dy...@pnwbakers.com>
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev