Skip to content

Commit 90946ae

Browse files
committed
refactor(//core/lowering): Update trt::const impl to match new JIT API
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 56cf56c commit 90946ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lowering/register_trt_placeholder_ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RegisterOperators trt_placeholder_ops_reg({
1212
/// to a TRT constant Tensor
1313
Operator(
1414
"trt::const(Tensor val) -> Tensor",
15-
[](Stack* stack) {},
15+
[](Stack& stack) {/*noop*/},
1616
aliasAnalysisFromSchema()),
1717
});
1818

0 commit comments

Comments
 (0)