microsoft/nnfusion

[BUG] Limitation of the number of arguments in ctypes in NNFusion Python interface

xysmlx opened this issue ยท 0 comments

๐Ÿ› Bug

ctypes limits callback to 1024 arguments in May 2020. commit

Therefore, nnfusion will report the following error in new version of Python.

ctypes.ArgumentError: too many arguments (1125), maximum is 1024