-
Notifications
You must be signed in to change notification settings - Fork 12
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 #265 from devreal/ttg-device-support-master-coro-w…
…ith-stream-tasks TTG device tasks with coroutines
- Loading branch information
Showing
79 changed files
with
4,731 additions
and
2,598 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# for each dependency track both current and previous id (the variable for the latter must contain PREVIOUS) | ||
# to be able to auto-update them | ||
|
||
# need Boost.CallableTraits (header only, part of Boost 1.66 released in Dec 2017) for wrap.h to work | ||
set(TTG_TRACKED_BOOST_VERSION 1.66) | ||
set(TTG_TRACKED_CATCH2_VERSION 2.13.1) | ||
set(TTG_TRACKED_VG_CMAKE_KIT_TAG 7ea2d4d3f8854b9e417f297fd74d6fc49aa13fd5) # used to provide "real" FindOrFetchBoost | ||
set(TTG_TRACKED_CATCH2_VERSION 3.5.0) | ||
set(TTG_TRACKED_CEREAL_VERSION 1.3.0) | ||
set(TTG_TRACKED_MADNESS_TAG 31d803325623de75371774feffb0270c796bea24) | ||
set(TTG_TRACKED_PARSEC_TAG 9fc74b6f165605a133125d8a5b62cf55642c1907) | ||
set(TTG_TRACKED_BTAS_TAG d73153ad9bc41a177e441ef04eceff7fab0c766d) | ||
set(TTG_TRACKED_TILEDARRAY_TAG f6f5039b54ee5a1180106351cac05e0d33e14c62) | ||
set(TTG_TRACKED_MADNESS_TAG 2eb3bcf0138127ee2dbc651f1aabd3e9b0def4e3) | ||
set(TTG_TRACKED_PARSEC_TAG 0b3140f58ad9dc78a3d64da9fd73ecc7f443ece7) | ||
set(TTG_TRACKED_BTAS_TAG 4e8f5233aa7881dccdfcc37ce07128833926d3c2) | ||
set(TTG_TRACKED_TILEDARRAY_TAG 493c109379a1b64ddd5ef59f7e33b95633b68d73) | ||
|
||
# need Boost.CallableTraits (header only, part of Boost 1.66 released in Dec 2017) for wrap.h to work | ||
set(TTG_OLDEST_BOOST_VERSION 1.66) |
Oops, something went wrong.