-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add xGPU calls; beginnings of an LWA352 pipeline
- Loading branch information
JackH
committed
Jun 21, 2020
1 parent
50a209d
commit d1f52b5
Showing
6 changed files
with
619 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "bifrost"] | ||
path = bifrost | ||
url = https://github.com/realtimeradio/bifrost | ||
[submodule "xgpu"] | ||
path = xgpu | ||
url = https://github.com/realtimeradio/xgpu |
Submodule bifrost
updated
5 files
+0 −1 | python/bifrost/libbifrost.py | |
+8 −1 | src/Makefile | |
+99 −0 | src/bf_xgpu.cpp | |
+10 −0 | src/bifrost/bf_xgpu.h | |
+3 −2 | user.mk |
Oops, something went wrong.