-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto patching of Eigen when using NVHPC compiler to work around b…
…ug in Eigen 3.4
- Loading branch information
1 parent
17c76a7
commit 2bef92c
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
21c21 | ||
< #if EIGEN_COMP_CLANG || EIGEN_COMP_CASTXML | ||
--- | ||
> #if EIGEN_COMP_CLANG || EIGEN_COMP_CASTXML || __NVCOMPILER_LLVM__ | ||
393c393 | ||
< #if EIGEN_COMP_CLANG || EIGEN_COMP_CASTXML | ||
--- | ||
> #if EIGEN_COMP_CLANG || EIGEN_COMP_CASTXML || __NVCOMPILER_LLVM__ |