Skip to content

Commit c316f59

Browse files
committed
Update README (architecture alignment)
1 parent 4c03796 commit c316f59

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

‎README.md‎

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,22 +81,22 @@ A potential "gotcha" is that executing the CUDA variants not necessarily reflect
8181
The Python interface is just a shallow wrapper around C++ code, which is organized to be accessible by external projects. The following diagram gives an overview of the project structure:
8282

8383
```
84-
+-----------------------+
85-
| PyTorch/NumPy/Dr.Jit |
86-
+-----------+-----------+
87-
|
88-
v
89-
+-----------+------------+
90-
| diffmoments (Python) |
91-
+-----------+------------+
92-
|
93-
v
94-
+-----------+-------------+
95-
| diffmoments_ext (C++) |
96-
+-----------+-------------+
97-
|
98-
v
99-
+-----------------+------------+
84+
+-------------------------+
85+
| PyTorch/NumPy/Dr.Jit |
86+
+------------+------------+
87+
|
88+
v
89+
+------------+------------+
90+
| diffmoments (Python) |
91+
+------------+------------+
92+
|
93+
v
94+
+------------+------------+
95+
| diffmoments_ext (C++) |
96+
+------------+------------+
97+
|
98+
v
99+
+--------------+---------------+
100100
| diffmoments_dispatch (C++) |
101101
+-----------+---------------+--+
102102
| ^

0 commit comments

Comments
 (0)