You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tvm.apache.org by Gayatri P K <no...@github.com.INVALID> on 2022/01/28 16:20:53 UTC

Re: [apache/tvm-rfcs] [RFC] [Relay] Automatic Mixed Precision Pass (#6)

@AndrewZhaoLuo, When we enable mixed precision arithmetic, the output types of a model depends on the last operation in the relay IR, ie, if it convolution, it will be in float16 and for the case argmax it will be int32 and in the case of softmax it will be float32. So, is this expected? Or should the nodes that are marked as output nodes should be treated differently so that they return the expected specific out_type irrespective of the optimization(mixed precision pass) happening? Please let me know your thoughts on this.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-rfcs/pull/6#issuecomment-1024374936
You are receiving this because you are subscribed to this thread.

Message ID: <ap...@github.com>