lyken
|
46110d2f6a
|
core/ndstrides: add basic ndarray IRRT functions
|
2024-08-09 15:51:19 +08:00 |
lyken
|
b2b46939b5
|
core/ndstrides: add NDArray with strides definition
|
2024-08-09 15:51:19 +08:00 |
lyken
|
9940d00244
|
core: add error raising in IRRT & codegen IRRT CallFunction util
|
2024-08-09 15:51:19 +08:00 |
lyken
|
267b824e2d
|
core/irrt: add cstr_utils
|
2024-08-09 15:51:19 +08:00 |
lyken
|
277f9170a7
|
core/irrt: introduce irrt testing
`cargo test -F test` would compile `nac3core/irrt/irrt_test.cpp`
targetted to the host machine (it gets to use `std`) and run the
test executable.
|
2024-08-09 15:51:19 +08:00 |
lyken
|
c7e390e060
|
core/irrt: split irrt.cpp into headers
To scale IRRT implementations
|
2024-08-09 15:51:19 +08:00 |
lyken
|
a791f394ee
|
core/irrt: reformat
|
2024-08-09 15:51:19 +08:00 |
lyken
|
32c7a69104
|
core/irrt: comment build.rs & move irrt to its own dir
To prepare for future IRRT implementations, and to also make cargo
only have to watch a single directory.
|
2024-08-09 15:51:19 +08:00 |