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

Add destroy_gpu_instance() function new parameter need_wait about it will wait for all devices to be idle before destroy #4763

Merged
merged 20 commits into from
Apr 7, 2024

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    7db5444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48623d View commit details
    Browse the repository at this point in the history
  3. Delete empty line changes

    whyb authored and nihui committed May 16, 2023
    Configuration menu
    Copy the full SHA
    1042565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a479422 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eb3bb7 View commit details
    Browse the repository at this point in the history
  6. Add NCNN_SIMPLESTL Macro

    whyb authored and nihui committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ed932ba View commit details
    Browse the repository at this point in the history
  7. Fix simple stl's compiler build error

    whyb authored and nihui committed May 16, 2023
    Configuration menu
    Copy the full SHA
    00b9f28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67ef283 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1e079c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ad85f0 View commit details
    Browse the repository at this point in the history
  11. Remove include stdint.h and change function sleep() default parameter…

    … from 100000 to 1000.
    whyb committed May 16, 2023
    Configuration menu
    Copy the full SHA
    cec75bc View commit details
    Browse the repository at this point in the history
  12. apply code-format changes

    whyb authored and github-actions[bot] committed May 16, 2023
    Configuration menu
    Copy the full SHA
    85c15a0 View commit details
    Browse the repository at this point in the history
  13. Update benchmark.cpp

    nihui authored May 16, 2023
    Configuration menu
    Copy the full SHA
    be921fd View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    b25ac10 View commit details
    Browse the repository at this point in the history
  2. Add destroy_gpu_instance() function new parameter need_wait about it …

    …will wait for all devices to be idle before destroy
    whyb committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c0e5f51 View commit details
    Browse the repository at this point in the history
  3. Fix build error

    whyb committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7ba55f9 View commit details
    Browse the repository at this point in the history
  4. Fix build error for pybind

    whyb committed May 30, 2023
    Configuration menu
    Copy the full SHA
    6ffb1f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    f21ec97 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    cf2f520 View commit details
    Browse the repository at this point in the history
  2. destroy_gpu_instance() will internally ensure that all vulkan devices…

    … are idle before proceeding with destruction.
    whyb committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    70f1169 View commit details
    Browse the repository at this point in the history