未验证 提交 597f6d43 编写于 作者: L Leo Chen 提交者: GitHub

Reduce the workspace for TRT index_select UT (#56069)

上级 242d26d4
......@@ -191,7 +191,7 @@ class TrtConvertIndexSelectTest(TrtLayerAutoScanTest):
yield self.create_inference_config(), generate_trt_nodes_num(True), 1e-3
def test(self):
self.trt_param.workspace_size = 1 << 60
self.trt_param.workspace_size = 1 << 10
self.run_test()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册