Skip to content

Commit 8109aa0

Browse files
authored
Merge pull request #70 from GPUOpen-LibrariesAndSDKs/python
Python
2 parents 46de32b + f6983a7 commit 8109aa0

15 files changed

+6400
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ tutorials/Tutorials.sln
55
tutorials/Tutorials.VC.db
66
tutorials/Makefile
77
**/.DS_Store
8+
python/build/
9+
python/test/cache/
10+
python/test/OUT_PYTHON_*

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "hipbin"]
22
path = hipbin
33
url = https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDKKernels
4+
[submodule "python/nanobind"]
5+
path = python/nanobind
6+
url = https://github.com/wjakob/nanobind
Binary file not shown.

0 commit comments

Comments
 (0)