Skip to content

Commit

Permalink
refactor(//core/lowering): Update trt::const impl to match new JIT API
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
  • Loading branch information
narendasan committed Nov 5, 2021
1 parent 56cf56c commit 90946ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lowering/register_trt_placeholder_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RegisterOperators trt_placeholder_ops_reg({
/// to a TRT constant Tensor
Operator(
"trt::const(Tensor val) -> Tensor",
[](Stack* stack) {},
[](Stack& stack) {/*noop*/},
aliasAnalysisFromSchema()),
});

Expand Down

0 comments on commit 90946ae

Please sign in to comment.