nac3/nac3standalone/demo
David Mak 694265ed6d [core] codegen/ndarray: Implement np_{shape,strides}
Based on 40c24486: 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-12-24 15:20:30 +08:00
..
linalg [standalone] linalg: Fix function name in error message 2024-12-09 12:09:57 +08:00
src [core] codegen: Implement matrix_power 2024-12-13 15:23:31 +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] codegen/ndarray: Implement np_{shape,strides} 2024-12-24 15:20:30 +08:00
run_demo.sh standalone: Fix several issues post script refactoring 2024-08-13 15:19:03 +08:00