forked from jiuyuan/InfiniTensor
remove expect
This commit is contained in:
parent
c0ae03a2d7
commit
8c91faa948
|
@ -53,7 +53,6 @@ TEST(TestCudaRuntime, CudaGraphMembound) {
|
||||||
runtime->run(gNew, false);
|
runtime->run(gNew, false);
|
||||||
runtime->getPerfTime(gNew);
|
runtime->getPerfTime(gNew);
|
||||||
|
|
||||||
auto time = runtime->timeWithCudaGraph(gNew);
|
runtime->timeWithCudaGraph(gNew);
|
||||||
EXPECT_GE(time, 0.01);
|
|
||||||
}
|
}
|
||||||
} // namespace infini
|
} // namespace infini
|
||||||
|
|
Loading…
Reference in New Issue