|
2cf64d8608
|
apply clippy comment changes
|
2024-08-21 11:21:10 +08:00 |
|
|
63d2b49b09
|
core: remove np_linalg_matmul
|
2024-08-05 11:44:55 +08:00 |
|
|
1c72698d02
|
core: add np_linalg_det and np_linalg_matrix_power functions
|
2024-07-31 18:02:54 +08:00 |
|
|
54f883f0a5
|
core: implement np_dot using LLVM_IR
|
2024-07-31 15:53:51 +08:00 |
|
|
2242c5af43
|
core: add linalg methods
|
2024-07-29 16:48:06 +08:00 |
|
|
eeb474f9e6
|
core: reduce code duplication in codegen/extern_fns (#453)
Used macros to reduce code duplication in `codegen/extern_fns`
Reviewed-on: M-Labs/nac3#453
Co-authored-by: abdul124 <ar@m-labs.hk>
Co-committed-by: abdul124 <ar@m-labs.hk>
|
2024-07-09 16:31:08 +08:00 |
|
|
8168692cc3
|
apply cargo fmt
|
2024-06-12 14:45:03 +08:00 |
|
|
51671800b6
|
core/builtins: Extract codegen portion into functions
We will need to reuse them when implementing elementwise function
application for ndarrays.
|
2024-05-06 13:21:54 +08:00 |
|