forked from M-Labs/nac3
1
0
Fork 0
Commit Graph

6 Commits

Author SHA1 Message Date
lyken bf2026e010 core/ndstrides: implement IRRT slice
Needed by ndarray indexing
2024-07-26 16:31:42 +08:00
lyken 85ef06f1e2 core/ndstrides: implement ndarray np_{empty,ndarray,zeros,ones,full} 2024-07-26 16:23:11 +08:00
lyken 04897ec8d4 core/ndstrides: add basic NDArray IRRT functions 2024-07-26 15:36:44 +08:00
lyken 92b97a9f4f core/ndstrides: add NDArray definition with strides 2024-07-26 15:06:14 +08:00
lyken 9c3a10377f core/irrt: add ErrorContext
ErrorContext allows IRRT to report a Python-like exception
2024-07-26 15:01:09 +08:00
lyken e127171c81 core/irrt: split irrt.cpp into headers
To scale IRRT implementations
2024-07-26 12:32:11 +08:00