-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOT Python3.12 单测支持情况 #61174
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
status/close
已关闭
Comments
Closed
paddle-bot
bot
added
the
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
label
Jan 25, 2024
This was referenced Feb 23, 2024
经过一轮修复后,release 版 Python 问题已经修复了 🎉,但是发现在 debug 版 Python 上仍会报一些错误,虽然用户大概率不会使用 debug 版 Python,但这些问题都是隐患,越早消除越好(不然模型上报出问题就更难调试了)
|
This was referenced Mar 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
PFCC
Paddle Framework Contributor Club,https://github.com/PaddlePaddle/community/tree/master/pfcc
status/close
已关闭
任务列表
COMPARE_OP
改动适配opcode: CALL_INTRINSIC_1 is not supported.
CALL_INTRINSIC_1
字节码支持opcode: POP_JUMP_IF_NONE is not supported.
POP_JUMP_IF_NONE
字节码支持paddle.jit.sot.utils.exceptions.FallbackError: opcode: END_FOR is not supported.
等END_FOR
、LOAD_FAST_CHECK
字节码支持、POP_JUMP_FORWARD_IF_FALSE
应该被删除了,不能生成这条字节码opcode: CALL_INTRINSIC_1 is not supported.
CALL_INTRINSIC_1
字节码支持opcode: STORE_SLICE is not supported.
等BINARY_SLICE
、STORE_SLICE
、END_FOR
字节码支持opcode: END_FOR is not supported.
END_FOR
字节码支持COMPARE_OP
改动适配ValueError: bytes must be in range(0, 256)
等RETURN_CONST
、END_FOR
字节码支持,codegen 时候也有超限问题actual_inputs: OrderedSet('x'), expected_inputs: set()
COMPARE_OP
改动适配opcode: POP_JUMP_IF_NONE is not supported.
POP_JUMP_IF_NONE
字节码支持opcode: END_FOR is not supported.
END_FOR
字节码支持opcode: END_FOR is not supported.
END_FOR
字节码支持KeyError: 'POP_JUMP_FORWARD_IF_FALSE'
等POP_JUMP_FORWARD_IF_FALSE
、END_FOR
字节码支持#61305#61932COMPARE_OP
改动适配COMPARE_OP
改动适配opcode: END_FOR is not supported.
END_FOR
字节码支持opcode: POP_JUMP_IF_NOT_NONE is not supported.
POP_JUMP_IF_NOT_NONE
字节码支持ValueError: bytes must be in range(0, 256)
<class 'int'> is not <class 'paddle.Tensor'> : type mismatch, x is <class 'int'>, y is <class 'paddle.Tensor'>
COMPARE_OP
改动适配opcode: RETURN_CONST is not supported.
RETURN_CONST
字节码支持opcode: RETURN_CONST is not supported.
RETURN_CONST
字节码支持ValueError: 174 is not in list
BINARY_SLICE
、RETURN_CONST
字节码支持、字节码生成超限opcode: RETURN_CONST is not supported.
RETURN_CONST
字节码支持opcode: RETURN_CONST is not supported.
RETURN_CONST
字节码支持KeyError: 'POP_JUMP_FORWARD_IF_FALSE'
POP_JUMP_FORWARD_IF_FALSE
assert os.path.exists(os.path.join(temp_dir_name, "SIR_0.py"))
RETURN_CONST
未支持KeyError: 'POP_JUMP_FORWARD_IF_FALSE'
POP_JUMP_FORWARD_IF_FALSE
KeyError: 'POP_JUMP_FORWARD_IF_FALSE'
POP_JUMP_FORWARD_IF_FALSE
opcode: RETURN_CONST is not supported.
RETURN_CONST
字节码支持UserDefinedFunctionVariable does not implement "_reconstruct" method
RETURN_CONST
未支持导致COMPARE_OP
改动适配opcode: RETURN_CONST is not supported.
RETURN_CONST
字节码支持任务统计
The text was updated successfully, but these errors were encountered: