nac3/nac3standalone/demo
lyken c307a483bd core/ndstrides: implement np_shape() and np_strides()
These functions are not important, but they are handy for debugging.

`np.strides()` is not an actual NumPy function, but `ndarray.strides` is used.
2024-10-17 14:31:55 +08:00
..
linalg core: remove np_linalg_matmul 2024-08-05 11:44:55 +08:00
src [standalone] Update globals.py with type-inferred global var 2024-10-07 20:44:08 +08:00
.gitignore standalone: Add *.ll to Gitignore list 2024-06-19 18:56:15 +08:00
check_demo.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00
check_demos.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00
demo.c standalone: clang-format demo.c 2024-08-29 10:37:24 +08:00
interpret_demo.py core/ndstrides: implement np_shape() and np_strides() 2024-10-17 14:31:55 +08:00
run_demo.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00