-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from koide3/tbb
TBB backend
- Loading branch information
Showing
35 changed files
with
1,451 additions
and
594 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
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
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,18 @@ | ||
// SPDX-License-Identifier: MIT | ||
// Copyright (c) 2021 Kenji Koide ([email protected]) | ||
|
||
#pragma once | ||
|
||
// Library version | ||
#define GTSAM_POINTS_VERSION_MAJOR @CMAKE_PROJECT_VERSION_MAJOR@ | ||
#define GTSAM_POINTS_VERSION_MINOR @CMAKE_PROJECT_VERSION_MINOR@ | ||
#define GTSAM_POINTS_VERSION_PATCH @CMAKE_PROJECT_VERSION_PATCH@ | ||
#define GTSAM_POINTS_VERSION_STRING "@CMAKE_PROJECT_VERSION@" | ||
|
||
#cmakedefine GTSAM_POINTS_USE_TBB | ||
|
||
#cmakedefine GTSAM_POINTS_USE_OPENMP | ||
|
||
#cmakedefine GTSAM_POINTS_USE_CUDA | ||
|
||
#cmakedefine GTSAM_POINTS_WITH_MARCH_NATIVE |
Oops, something went wrong.