NiccoloN
1a0192d1f9
add support for softmax, resize, split, gather
Validate Operations / validate-operations (push) Waiting to run
2026-04-09 14:25:00 +02:00
NiccoloN
86916a8fa0
add softmax support to pim-simulator
2026-04-09 14:19:16 +02:00
NiccoloN
6f718f5552
add validation tests for softmax, resize, split, gather
2026-04-09 14:18:41 +02:00
ilgeco
b468858d25
MergeNode ensure that channel must have 2 users
Validate Operations / validate-operations (push) Successful in 16m7s
2026-04-09 10:41:49 +02:00
ilgeco
ece24867e4
Remap weight within cloned operation
Validate Operations / validate-operations (push) Successful in 16m20s
2026-04-09 10:24:03 +02:00
ilgeco
3f870fb74b
MergeDCP pass all test
Validate Operations / validate-operations (push) Successful in 2h55m12s
2026-04-08 20:39:01 +02:00
ilgeco
813368f625
Qualche TODO
2026-04-08 20:37:49 +02:00
ilgeco
e77bd2cd23
Bug fix send and recive in simulator
2026-04-08 20:37:25 +02:00
ilgeco
ca56e3d4f1
Add DCP alghoritm, partial working test
2026-04-07 22:05:39 +02:00
NiccoloN
ef4743c986
remove unused actions
Validate Operations / validate-operations (push) Successful in 15m53s
2026-03-30 18:00:32 +02:00
NiccoloN
42f8aee57f
use ccache for raptor build
Validate Operations / validate-operations (push) Successful in 57m44s
2026-03-30 17:43:22 +02:00
NiccoloN
3625edc80a
add better createSpatCompute helper
2026-03-30 16:14:26 +02:00
NiccoloN
39830be888
add support for operations: reduceMean, add, mul, div, sigmoid
Validate Operations / validate-operations (push) Failing after 51m52s
2026-03-30 15:41:12 +02:00
NiccoloN
5e7114f517
minor fix
Validate Operations / validate-operations (push) Successful in 59m35s
2026-03-30 14:13:12 +02:00
NiccoloN
7a060f455b
minor fix
Validate Operations / validate-operations (push) Failing after 52m44s
2026-03-25 14:04:19 +01:00
NiccoloN
742df111e3
add relu lowering
...
Validate Operations / validate-operations (push) Failing after 2h50m56s
add relu validation
add spatial compute helper
minor refactors
2026-03-25 11:03:03 +01:00
NiccoloN
4e19650b80
minor fix to MessagePass.cpp
2026-03-25 10:11:36 +01:00
NiccoloN
ed359730f1
fix CI (hopefully)
Validate Operations / validate-operations (push) Successful in 1h5m22s
2026-03-24 10:38:41 +01:00
NiccoloN
a4f3eed3e0
reformat code
2026-03-23 21:25:51 +01:00
NiccoloN
93e20c1dfc
standardize spatial and pim dialects
...
remove old unused stuff
2026-03-23 21:21:31 +01:00
NiccoloN
0478d979ff
minor CI fix
Validate Operations / validate-operations (push) Failing after 2h8m44s
2026-03-23 20:45:10 +01:00
NiccoloN
da01e6d697
refactor Pim passes layout
2026-03-23 20:14:59 +01:00
NiccoloN
f869925b64
remove old unused stuff
2026-03-23 20:00:09 +01:00
NiccoloN
f2d593f749
minor CI fixes
2026-03-23 19:43:50 +01:00
NiccoloN
a1b29dffe0
fix CI (hopefully)
Validate Operations / validate-operations (push) Failing after 1h2m33s
2026-03-23 19:27:53 +01:00
NiccoloN
661170a9aa
reimplement pool lowering
...
add pool validation
align PIM ops/codegen/parser with the ISA
move constant materialization to MLIR
rename the PIM verification/materialization passes
better folded-constant handling
2026-03-23 19:14:50 +01:00
NiccoloN
461bdd808d
replace helper-op cleanup with canonicalization
...
clean up PIM pattern naming
remove unused ValueMap.hpp
2026-03-23 17:13:54 +01:00
NiccoloN
50c545539b
clean up PIM CMake
...
update README.md
2026-03-23 16:39:14 +01:00
NiccoloN
11916a2595
refactor Pim constant folding pass
...
share contiguous address resolution in PimCommon
group patterns in subdir for each pass with pattern files
2026-03-23 15:36:58 +01:00
NiccoloN
670d6ce94f
extend operation support for conv and gemm
...
add more tests in validation
2026-03-23 14:46:08 +01:00
NiccoloN
2676f2c7ef
fix CI (hopefully)
Validate Operations / config (push) Successful in 1m7s
Validate Operations / build-mlir-cache (push) Successful in 2h1m3s
Validate Operations / validate (push) Failing after 56m7s
2026-03-23 14:30:02 +01:00
NiccoloN
45342190bb
fix CI (hopefully)
Validate Operations / config (push) Successful in 1m13s
Validate Operations / build-mlir-cache (push) Successful in 3m5s
Validate Operations / validate (push) Failing after 3m5s
2026-03-23 13:24:00 +01:00
NiccoloN
f629e0d99f
fix CI (hopefully)
Validate Operations / config (push) Successful in 1m12s
Validate Operations / build-mlir-cache (push) Successful in 3m13s
Validate Operations / validate (push) Failing after 12m29s
2026-03-23 11:38:54 +01:00
NiccoloN
568529ea5f
fix batched conv
Validate Operations / config (push) Successful in 1m3s
Validate Operations / build-mlir-cache (push) Successful in 3m40s
Validate Operations / validate (push) Failing after 2m37s
2026-03-20 22:00:46 +01:00
NiccoloN
ca2e1645bb
simple convolutions now work :)
2026-03-20 21:17:02 +01:00
NiccoloN
6933804003
constant fold linalg.map (generated from tensor.pad for padding)
...
refactor pim helpers in PimCommon
2026-03-20 20:51:20 +01:00
NiccoloN
dbe646ac0d
fix gemm segfault
...
Validate Operations / config (push) Successful in 1m27s
Validate Operations / build-mlir-cache (push) Successful in 2h0m37s
Validate Operations / validate (push) Failing after 3m41s
print exit signals on validation failure
2026-03-20 14:00:16 +01:00
NiccoloN
bb6dcd38a3
replace deprecated "rewriter.create()" pattern
...
refactor PIM to Pim everywhere except for the accelerator name
2026-03-20 13:30:53 +01:00
NiccoloN
916a09414c
add validation artifacts cleanup
2026-03-20 13:15:08 +01:00
NiccoloN
db3f52a647
conv now lowers correctly down to bufferized pim
2026-03-20 12:55:09 +01:00
NiccoloN
6e1de865bb
add constant folding and verification pass for pim host operations
...
better validation scripts output
big refactors
2026-03-20 12:08:12 +01:00
NiccoloN
4e50e056e3
replace old convolution support in spatial (WIP)
Validate Operations / config (push) Successful in 1m46s
Validate Operations / build-mlir-cache (push) Successful in 3m25s
Validate Operations / validate (push) Failing after 2m42s
2026-03-13 17:46:10 +01:00
NiccoloN
771b44a2ed
fix CI (hopefully)
Validate Operations / config (push) Successful in 53s
Validate Operations / validate (push) Has been cancelled
Validate Operations / build-mlir-cache (push) Has been cancelled
2026-03-11 15:41:26 +01:00
NiccoloN
7ce1d2b34d
fix CI (hopefully)
Validate Operations / config (push) Successful in 52s
Validate Operations / build-mlir-cache (push) Successful in 2h0m25s
Validate Operations / validate (push) Failing after 2m26s
2026-03-10 16:12:26 +01:00
NiccoloN
584ca0b3c2
fix CI (hopefully)
Validate Operations / config (push) Successful in 1m7s
Validate Operations / build-mlir-cache (push) Failing after 2m11s
Validate Operations / validate (push) Has been skipped
2026-03-09 14:30:41 +01:00
NiccoloN
1348bb1c97
generic gemm now works :)
2026-03-06 18:23:27 +01:00
NiccoloN
825188cc89
Merge remote-tracking branch 'origin/main'
2026-03-06 15:44:30 +01:00
NiccoloN
7202a4317d
add free disk space step to CI
2026-03-06 15:44:23 +01:00
ilgeco
d4efa64b96
pim-simulator auto-format
2026-03-04 20:00:01 +01:00
ilgeco
fef26cee9a
pim-simulator unwrap on failed json parsing
2026-03-04 19:59:16 +01:00