Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TensorRT EP] Load precompiled TRT engine file directly #18217

Merged
merged 53 commits into from
Jan 12, 2024

remove unnecessary code

28bdd0a
Select commit
Loading
Failed to load commit list.
Merged

[TensorRT EP] Load precompiled TRT engine file directly #18217

remove unnecessary code
28bdd0a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Windows GPU CI Pipeline succeeded Jan 12, 2024 in 1h 53m 3s

Build #20240111.36 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 25,010 (97.13%)
  • Other: 737 (2.86%)
  • Total: 25,748

Annotations

Check failure on line 1 in Run/cuda__models_zoo_opset7_MNIST_model

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows GPU CI Pipeline

Run/cuda__models_zoo_opset7_MNIST_model

D:\a\_work\1\s\onnxruntime\test\providers\cpu\model_tests.cc:339
Expected equality of these values:
  COMPARE_RESULT::SUCCESS
    Which is: 4-byte object <00-00 00-00>
  ret.first
    Which is: 4-byte object <01-00 00-00>
expected -2.33638 (c0158735), got -2.30239 (c0135a47), diff: 0.0339923, tol=0.0243638 idx=9. 1 of 10 differ
Raw output
D:\a\_work\1\s\onnxruntime\test\providers\cpu\model_tests.cc:339
Expected equality of these values:
  COMPARE_RESULT::SUCCESS
    Which is: 4-byte object <00-00 00-00>
  ret.first
    Which is: 4-byte object <01-00 00-00>
expected -2.33638 (c0158735), got -2.30239 (c0135a47), diff: 0.0339923, tol=0.0243638 idx=9. 1 of 10 differ
Stack trace:
  00007FF7AFCD3622: testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
  00007FF7AFCD34E6: testing::internal::HandleExceptionsInMethodIfSupported<testing::Test,void>
  00007FF7AFCF9332: testing::Test::Run
  00007FF7AFCF9464: testing::TestInfo::Run
  00007FF7AFCF9624: testing::TestSuite::Run
... Google Test internal frames ...