Reminder that we'll be meeting today at 10am San Francisco time / 6pm London time at http://meet.google.com/fft-dzjq-ksu.

Our agenda for this month consists of a discussion of how to handle data type promotion in stubs. I'll present the 7 possible solutions I've been able to think of, and then we'll discuss the pros and cons of each/whether there's something better we've overlooked.

See you then!

On Mon, 8 Nov 2021 at 11:27, Matthew Rahtz <mrahtz@google.com> wrote:
Hi all,

Our next tensor typing meeting will be next week, Monday the 15th of November at 10am San Francisco time / 6pm London time, at http://meet.google.com/fft-dzjq-ksu.

The main thing on our agenda will be a discussion of how to handle dtype promotion in stubs. That is, how can we handle the fact that a tensor with dtype uint8 + a tensor with dtype int8 = a tensor with dtype int16? I'll do a short presentation with my current understanding of what the options are, then we can discuss the pros and cons of each approach. (Having said that, if anyone else has already worked out a clean solution to this, please let me know!)

If anyone has anything else they'd like to talk about, do give me a shout.

See you then!
Matthew