Skip to content

Commit ec08335

Browse files
committed
fix build issue
1 parent 936d4a5 commit ec08335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cpp/test_multidevice_host_ir_overlap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ TEST_F(
12611261
hic->addOutput(tva_j_next_slice);
12621262
hic->addOutput(tvc_j);
12631263

1264-
HostIrEvaluatorParams params;
1264+
hir::HostIrEvaluatorParams params;
12651265
params.use_allocation_cache = true;
12661266
hir::HostIrEvaluator hie(std::move(hic), communicator_, params);
12671267

0 commit comments

Comments
 (0)