Skip to content

Commit

Permalink
Move header files to a new location (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Oct 22, 2024
1 parent b73ecd1 commit e31528e
Show file tree
Hide file tree
Showing 80 changed files with 4,565 additions and 4,596 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
category: "/language:cpp"
output: sarif-results
upload: failure-only

- name: filter-sarif
uses: advanced-security/filter-sarif@v1
Expand All @@ -63,6 +64,11 @@ jobs:
input: sarif-results/cpp.sarif
output: sarif-results/cpp.sarif

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif-results/cpp.sarif

Linux_x64_gcc_ubuntu22_release:
runs-on: ubuntu-22.04
steps:
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ endif()
include(cmake/external_deps.cmake)
if(NOT MLAS_NO_ONNXRUNTIME)
include_directories(${eigen_SOURCE_DIR})
include_directories(src/ort_include)
endif()

if(MLAS_NO_ONNXRUNTIME)
Expand Down
Loading

0 comments on commit e31528e

Please sign in to comment.