Skip to content

Commit

Permalink
8.6-OSS-DDS
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Aug 5, 2024
1 parent 3871274 commit bb9acde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 225 deletions.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ option(onnxruntime_CROSS_COMPILING "Cross compiling onnx runtime" OFF)
option(onnxruntime_GCOV_COVERAGE "Compile with options necessary to run code coverage" OFF)
option(onnxruntime_DONT_VECTORIZE "Do not vectorize operations in Eigen" OFF)

option(onnxruntime_USE_FULL_PROTOBUF "Link to libprotobuf instead of libprotobuf-lite when this option is ON" OFF)
option(onnxruntime_USE_FULL_PROTOBUF "Link to libprotobuf instead of libprotobuf-lite when this option is ON" ON)
option(onnxruntime_ENABLE_LANGUAGE_INTEROP_OPS "Enable operator implemented in language other than cpp" OFF)
option(onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS "Dump debug information about node inputs and outputs when executing the model." OFF)
cmake_dependent_option(onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS_ENABLE_DUMP_TO_SQLDB "Build dump debug information about node inputs and outputs with support for sql database." OFF "onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS" OFF)
Expand Down
4 changes: 2 additions & 2 deletions cmake/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ mimalloc;https://github.com/microsoft/mimalloc/archive/refs/tags/v2.1.1.zip;d5ee
mp11;https://github.com/boostorg/mp11/archive/refs/tags/boost-1.82.0.zip;9bc9e01dffb64d9e0773b2e44d2f22c51aace063
neural_speed;https://github.com/intel/neural-speed/archive/refs/tags/v0.3.zip;5ec64e3071edc7347ebd8a81679cf06e2bb9b851
onnx;https://github.com/onnx/onnx/archive/refs/tags/v1.16.0.zip;a6d8b619459fb4657f8bec7d1c6d95ad6d4c069d
#use the latest commit of 10.0-GA
onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/06adf4461ac84035bee658c6cf5df39f7ab6071d.zip;46dceef659d75d276e7914a8057c2282269d5e7b
#use the latest commit of 8.6-GA with DDS enabled
onnx_tensorrt;https://github.com/onnx/onnx-tensorrt/archive/ee0b139bc68567a89618c1d84dcd461cc144aad4.zip;e54f93bc962c9cde99a346496659d700e06e3ae1
protobuf;https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.12.zip;7cf2733949036c7d52fda017badcab093fe73bfa
protoc_win64;https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win64.zip;b4521f7ada5b260380f94c4bd7f1b7684c76969a
protoc_win32;https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win32.zip;3688010318192c46ce73213cdfb6b3e5656da874
Expand Down
222 changes: 0 additions & 222 deletions onnxruntime/python/tools/tensorrt/perf/model_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,227 +10,5 @@
"working_directory": "./onnx-zoo-models/MaskRCNN-10/",
"model_path": "./mask_rcnn_R_50_FPN_1x.onnx",
"test_data_path": "./"
},
{
"model_name": "mobilenetv2-7",
"working_directory": "./onnx-zoo-models/mobilenetv2-7/",
"model_path": "./mobilenetv2-7/mobilenetv2-7.onnx",
"test_data_path": "./mobilenetv2-7/"
},
{
"model_name": "resnet50-v1-7",
"working_directory": "./onnx-zoo-models/resnet50-v1-7/",
"model_path": "./resnet50v1/resnet50-v1-7.onnx",
"test_data_path": "./resnet50v1/"
},
{
"model_name": "resnet101-v1-7",
"working_directory": "./onnx-zoo-models/resnet101-v1-7/",
"model_path": "./resnet101v1/resnet101-v1-7.onnx",
"test_data_path": "./resnet101v1/"
},
{
"model_name": "resnet152-v1-7",
"working_directory": "./onnx-zoo-models/resnet152-v1-7/",
"model_path": "./resnet152v1/resnet152-v1-7.onnx",
"test_data_path": "./resnet152v1/"
},
{
"model_name": "resnet18-v2-7",
"working_directory": "./onnx-zoo-models/resnet18-v2-7/",
"model_path": "./resnet18v2/resnet18-v2-7.onnx",
"test_data_path": "./resnet18v2/"
},
{
"model_name": "resnet34-v2-7",
"working_directory": "./onnx-zoo-models/resnet34-v2-7/",
"model_path": "./resnet34v2/resnet34-v2-7.onnx",
"test_data_path": "./resnet34v2/"
},
{
"model_name": "resnet50-v2-7",
"working_directory": "./onnx-zoo-models/resnet50-v2-7/",
"model_path": "./resnet50v2/resnet50-v2-7.onnx",
"test_data_path": "./resnet50v2/"
},
{
"model_name": "resnet101-v2-7",
"working_directory": "./onnx-zoo-models/resnet101-v2-7/",
"model_path": "./resnet101v2/resnet101-v2-7.onnx",
"test_data_path": "./resnet101v2/"
},
{
"model_name": "resnet152-v2-7",
"working_directory": "./onnx-zoo-models/resnet152-v2-7/",
"model_path": "./resnet152v2/resnet152-v2-7.onnx",
"test_data_path": "./resnet152v2/"
},
{
"model_name": "squeezenet1.1-7",
"working_directory": "./onnx-zoo-models/squeezenet1.1-7/",
"model_path": "./squeezenet1.1/squeezenet1.1.onnx",
"test_data_path": "./squeezenet1.1/"
},
{
"model_name": "vgg16-7",
"working_directory": "./onnx-zoo-models/vgg16-7/",
"model_path": "./vgg16/vgg16.onnx",
"test_data_path": "./vgg16/"
},
{
"model_name": "vgg19-bn-7",
"working_directory": "./onnx-zoo-models/vgg19-bn-7/",
"model_path": "./vgg19-bn/vgg19-bn.onnx",
"test_data_path": "./vgg19-bn/"
},
{
"model_name": "bvlcalexnet-9",
"working_directory": "./onnx-zoo-models/bvlcalexnet-9/",
"model_path": "./bvlc_alexnet/model.onnx",
"test_data_path": "./bvlc_alexnet/"
},
{
"model_name": "googlenet-9",
"working_directory": "./onnx-zoo-models/googlenet-9/",
"model_path": "./bvlc_googlenet/model.onnx",
"test_data_path": "./bvlc_googlenet/"
},
{
"model_name": "caffenet-9",
"working_directory": "./onnx-zoo-models/caffenet-9/",
"model_path": "./bvlc_reference_caffenet/model.onnx",
"test_data_path": "./bvlc_reference_caffenet/"
},
{
"model_name": "rcnn-ilsvrc13-9",
"working_directory": "./onnx-zoo-models/rcnn-ilsvrc13-9/",
"model_path": "./bvlc_reference_rcnn_ilsvrc13/model.onnx",
"test_data_path": "./bvlc_reference_rcnn_ilsvrc13/"
},
{
"model_name": "densenet-9",
"working_directory": "./onnx-zoo-models/densenet-9/",
"model_path": "./densenet121/model.onnx",
"test_data_path": "./densenet121/"
},
{
"model_name": "inception-v1-9",
"working_directory": "./onnx-zoo-models/inception-v1-9/",
"model_path": "./inception_v1/model.onnx",
"test_data_path": "./inception_v1/"
},
{
"model_name": "inception-v2-9",
"working_directory": "./onnx-zoo-models/inception-v2-9/",
"model_path": "./inception_v2/model.onnx",
"test_data_path": "./inception_v2/"
},
{
"model_name": "shufflenet-9",
"working_directory": "./onnx-zoo-models/shufflenet-9/",
"model_path": "./shufflenet/model.onnx",
"test_data_path": "./shufflenet/"
},
{
"model_name": "shufflenet-v2-10",
"working_directory": "./onnx-zoo-models/shufflenet-v2-10/",
"model_path": "./model/test_shufflenetv2/model.onnx",
"test_data_path": "./model/test_shufflenetv2/"
},
{
"model_name": "mnist-8",
"working_directory": "./onnx-zoo-models/mnist-8/",
"model_path": "./mnist/model.onnx",
"test_data_path": "./mnist/"
},
{
"model_name": "tinyyolov2-8",
"working_directory": "./onnx-zoo-models/tinyyolov2-8/",
"model_path": "./tiny_yolov2/Model.onnx",
"test_data_path": "./tiny_yolov2/"
},
{
"model_name": "ssd-10",
"working_directory": "./onnx-zoo-models/ssd-10/",
"model_path": "./model.onnx",
"test_data_path": "./"
},
{
"model_name": "ssd_mobilenet_v1_10",
"working_directory": "./onnx-zoo-models/ssd_mobilenet_v1_10/",
"model_path": "./ssd_mobilenet_v1/ssd_mobilenet_v1.onnx",
"test_data_path": "./ssd_mobilenet_v1/"
},
{
"model_name": "retinanet-9",
"working_directory": "./onnx-zoo-models/retinanet-9/",
"model_path": "./test_retinanet_resnet101/retinanet-9.onnx",
"test_data_path": "./test_retinanet_resnet101/"
},
{
"model_name": "yolov3-10",
"working_directory": "./onnx-zoo-models/yolov3-10/",
"model_path": "./yolov3/yolov3.onnx",
"test_data_path": "./yolov3/"
},
{
"model_name": "tiny-yolov3-11",
"working_directory": "./onnx-zoo-models/tiny-yolov3-11/",
"model_path": "./yolov3-tiny.onnx",
"test_data_path": "./"
},
{
"model_name": "yolov4",
"working_directory": "./onnx-zoo-models/yolov4/",
"model_path": "./yolov4/yolov4_shape.onnx",
"test_data_path": "./yolov4/"
},
{
"model_name": "ResNet101-DUC-7",
"working_directory": "./onnx-zoo-models/ResNet101-DUC-7/",
"model_path": "./ResNet101_DUC_HDC/ResNet101_DUC_HDC.onnx",
"test_data_path": "./ResNet101_DUC_HDC/"
},
{
"model_name": "emotion-ferplus-8",
"working_directory": "./onnx-zoo-models/emotion-ferplus-8/",
"model_path": "./emotion_ferplus/model.onnx",
"test_data_path": "./emotion_ferplus/"
},
{
"model_name": "bertsquad-10",
"working_directory": "./onnx-zoo-models/bertsquad-10/",
"model_path": "./bertsquad-10/bertsquad10.onnx",
"test_data_path": "./bertsquad-10/"
},
{
"model_name": "gpt2-lm-head-10",
"working_directory": "./onnx-zoo-models/gpt2-lm-head-10/",
"model_path": "./GPT-2-LM-HEAD/model.onnx",
"test_data_path": "./GPT-2-LM-HEAD/"
},
{
"model_name": "gpt2-10",
"working_directory": "./onnx-zoo-models/gpt2-10/",
"model_path": "./GPT2/model.onnx",
"test_data_path": "./GPT2/"
},
{
"model_name": "zfnet512-9",
"working_directory": "./onnx-zoo-models/zfnet512-9/",
"model_path": "./zfnet512/model.onnx",
"test_data_path": "./zfnet512/"
},
{
"model_name": "arcfaceresnet100-8",
"working_directory": "./onnx-zoo-models/arcfaceresnet100-8/",
"model_path": "./resnet100/resnet100.onnx",
"test_data_path": "./resnet100/"
},
{
"model_name": "mosaic-9",
"working_directory": "./onnx-zoo-models/mosaic-9/",
"model_path": "./mosaic/mosaic.onnx",
"test_data_path": "./mosaic/"
}
]

0 comments on commit bb9acde

Please sign in to comment.