RSSAmplifier

GPU Notes · May 18, 2023

TorchDynamo 源码剖析 03 - Graph Break

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Graph Break Link to heading Offset 28 , POP_JUMP_IF_FALSE : # https://github.com/pytorch/pytorch/blob/fe05266fda4f908130dea7cbac37e9264c0429a2/torch/_dynamo/symbolic_convert.py#L853 POP_JUMP_IF_FALSE = generic_jump ( operator . not_ , False ) POP_JUMP_IF_TRUE = generic_jump ( operator . truth , False ) JUMP_IF_FALSE_OR_POP = generic_jump ( operator . not_ , True ) JUMP_IF_TRUE_OR_POP =…

Read on fkong.tech

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.