Skip to content

Commit 05ab014

Browse files
committed
add python binding
1 parent 46de32b commit 05ab014

File tree

13 files changed

+6289
-0
lines changed

13 files changed

+6289
-0
lines changed

.gitignore

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

.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)