We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b06fa commit 36774d5Copy full SHA for 36774d5
.gitmodules
@@ -2,6 +2,3 @@
2
path = external/kokkos
3
url = https://github.com/kokkos/kokkos.git
4
branch = develop
5
-[submodule "external/backward-cpp"]
6
- path = external/backward-cpp
7
- url = https://github.com/bombela/backward-cpp.git
external/backward-cpp
test/CMakeLists.txt
@@ -1,9 +1,4 @@
1
add_subdirectory(kokkos)
-
-# backtrace does not build anymore with cuda 10.1
-#
-# add_subdirectory(backward-cpp)
add_subdirectory(io)
8
add_subdirectory(configMap)
9
0 commit comments