mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* switch to nonblocking threadpool in inference session and sessions state * switch to eigen threadpool - first draft * refine * refine * add a switch to easily revert back to windows thread pool * switch thread pool in test runner and turn on leak checker * remove unncessary files * fix build error * more build fixes * catch exceptions in parallel executor * fix mac build error * fix mac build error * more build fixes * more mac build fixes * fix cv issue * change macro to include cuda compiler for disabled compiler warning * try switching the macro to win32 only * test #error * move #disable warning to the top * Update onnxruntime_framework.cmake * move eigen include to public scope * turn off eigenthreadpool by default and add todo comment
36 lines
577 B
Text
36 lines
577 B
Text
# build, distribute, and bins (+ python proto bindings)
|
|
build
|
|
build_host_protoc
|
|
build_android
|
|
build_ios
|
|
build_*
|
|
.build_debug/*
|
|
.build_release/*
|
|
distribute/*
|
|
*.testbin
|
|
*.bin
|
|
cmake_build
|
|
.cmake_build
|
|
gen
|
|
*~
|
|
.vs
|
|
TestResults/
|
|
.idea/
|
|
onnxruntime.egg-info
|
|
nuget_root/
|
|
.packages/
|
|
.vscode/
|
|
*.code-workspace
|
|
__pycache__
|
|
onnxruntime_profile*.json
|
|
/docs/python/*.md
|
|
/docs/python/auto_examples/*
|
|
/docs/python/media/*
|
|
/docs/python/examples/*.onnx
|
|
/docs/python/examples/graph.*
|
|
/docs/python/*_LICENSE
|
|
/csharp/**/obj/
|
|
/csharp/**/bin/
|
|
docs/python/*.onnx
|
|
*.onnx
|
|
onnxprofile_profile_test_*.json
|