lanluo-nvidia
lanluo-nvidia
# Description Add aten.topk implementation ## Type of change Please delete options that are not relevant and/or add your own. - New feature (non-breaking change which adds functionality) # Checklist:...
# Description Add dynamic shape support for bitwise_and/or/xor/not, exp/expm1/recip/log/log2/log10 Fixes # (issue) ## Type of change Please delete options that are not relevant and/or add your own. - Bug fix...
# Description add dynamic support for floor/logical_not/sign/round/isinf/isnan ## Type of change Please delete options that are not relevant and/or add your own. - Bug fix (non-breaking change which fixes an...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
**Is your feature request related to a problem? Please describe.** Currently when we do a release, there are following manual steps to run on the local workstation: 1) 8 pip...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
## Bug Description working on the cross-platform compile feature, when I call torch_tensorrt.save(trt_gm, trt_ep_path, inputs=inputs) try to save the model it will error out with RuntimeError: Engine has not been...
# Description There is two changes introduced in this PR: 1) during the compile stage: skipped dummy inference and use graph inspection instead to get the output_node.meta['val'] 2) during the...