Skip to content

Commit 2a276c1

Browse files
authored
Update README.md
1 parent 89c6ee3 commit 2a276c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JAX Custom Operations with C++ and CUDA
1+
# JAX Custom Operations with Pybind11, C++ and CUDA
22

33
A demonstration project showing how to extend JAX with custom C++ and CUDA operations using the XLA FFI (Foreign Function Interface). This project implements a simple mathematical operation `foo(a, b) = sum(a * (b + 1))` with both CPU and GPU kernels, complete with gradient support.
44

0 commit comments

Comments
 (0)