Skip to content

Commit

Permalink
Merge branch 'IFU-20041216' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
liligwu committed Dec 16, 2024
2 parents 420a21e + b8796b3 commit aeeb3cb
Show file tree
Hide file tree
Showing 731 changed files with 101,118 additions and 21,275 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Get options for config files in parent directories,
# but override them if there's a conflict.
InheritParentConfig: true
Checks: '
bugprone-argument-comment,
'
CheckOptions:
- key: facebook-cuda-safe-api-call-check.HandlerName
# This is PyTorch's handler; you may need to define your own
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/fbgemm_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ __configure_fbgemm_build_cmake () {
build_args+=(
-DCMAKE_C_COMPILER="${cc_path}"
-DCMAKE_CXX_COMPILER="${cxx_path}"
-DCMAKE_C_FLAGS=\"-fopenmp=libomp -stdlib=libc++ -I ${conda_prefix}/include\"
-DCMAKE_CXX_FLAGS=\"-fopenmp=libomp -stdlib=libc++ -I ${conda_prefix}/include\"
-DCMAKE_C_FLAGS=\"-fopenmp=libomp -I ${conda_prefix}/include\"
-DCMAKE_CXX_FLAGS=\"-fopenmp=libomp -I ${conda_prefix}/include\"
)
fi

Expand Down
Loading

0 comments on commit aeeb3cb

Please sign in to comment.