onnxruntime
Add python bindings to the global thread pool functionality
#24238
Merged

Commits
  • enable global thread pool in python
    khoover committed 342 days ago
  • Lint fixes
    khoover committed 342 days ago
  • Include utility for std::move
    khoover committed 342 days ago
  • Create threadpool shutdown method for Environment
    khoover committed 342 days ago
  • Register global thread pool shutdown via atexit in Python
    khoover committed 342 days ago
  • Register the shutdown when the EnvInitializer is created, not when setting the global threading options
    khoover committed 339 days ago
  • Fix typo
    khoover committed 339 days ago
  • Merge branch 'main' into add-python-global-thread-pool
    khoover committed 314 days ago
  • Fix member hiding
    khoover committed 314 days ago
  • Use default initializers over initializer list
    khoover committed 313 days ago
  • Remove special code for destroying environment
    khoover committed 309 days ago
  • Add the simplest possible test of global thread pools in Python
    khoover committed 308 days ago
  • Remove the other eager env init
    khoover committed 307 days ago
  • Lintrunner
    khoover committed 307 days ago
  • Merge branch 'main' into add-python-global-thread-pool
    khoover committed 303 days ago
  • Add an explicit function for ensuring the ort environment is initialized
    khoover committed 303 days ago
  • When creating InferenceSessions, ensure the environment is initialized
    khoover committed 303 days ago
  • Merge changes from #24891
    khoover committed 290 days ago
  • Update environment to allow late instantiation of global thread pools
    khoover committed 290 days ago
  • Return to eager env init, use late-binding of global thread pools
    khoover committed 290 days ago
  • Fix dropped whitespace
    khoover committed 290 days ago
  • Fix dropped static
    khoover committed 290 days ago
  • Add missing environment.h include
    khoover committed 289 days ago
  • Add test for raising an exception when setting use_per_session_threads to True
    khoover committed 289 days ago
Loading