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->getPerfTime(gNew);
|
||||
|
||||
auto time = runtime->timeWithCudaGraph(gNew);
|
||||
EXPECT_GE(time, 0.01);
|
||||
runtime->timeWithCudaGraph(gNew);
|
||||
}
|
||||
} // namespace infini
|
||||
|
|
Loading…
Reference in New Issue