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

Support simpleomp on Windows with MSVC #5683

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2024

  1. support msvc compilers

    s2496214 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6e96799 View commit details
    Browse the repository at this point in the history
  2. cmake modified to enable openmp on MSVC

    s2496214 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    56ed4e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    57bc1d9 View commit details
    Browse the repository at this point in the history
  2. update workflow on CI

    s2496214 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    eb126f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. turn off the NCNN_THREAD when compile with MSVC

    s2496214 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d579b5d View commit details
    Browse the repository at this point in the history
  2. update src/cmakelists for MSVC options

    s2496214 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7b19beb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. modify a 'if' statement

    s2496214 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ee79fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20424ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c437990 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a91ebb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. windows.yml: copy vulkan-1.dll to the test folder

    s2496214 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cf33a7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232d116 View commit details
    Browse the repository at this point in the history
  3. disable ncnn_vulkan options

    s2496214 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bfea88c View commit details
    Browse the repository at this point in the history
  4. disable the shared_library option

    s2496214 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4c67e37 View commit details
    Browse the repository at this point in the history
  5. remove command of copying dll files

    s2496214 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f7c48d5 View commit details
    Browse the repository at this point in the history