chenyu
|
f1bf916b8a
|
apply NOOPT in test_arange complexity (#4774)
with hcopt, arange(2560) uses less ops than arange(256)
|
2024-05-29 23:12:35 -04:00 |
|
George-the-1st
|
0627e26140
|
Added missing unittest execution code (#4400)
same code as on every other test file, just missing from this one for some reason.
|
2024-05-02 22:34:30 -04:00 |
|
chenyu
|
a6ed2ae3c6
|
use old cumsum optimization for arange (#3813)
revert to old cumsum opt while phi simplification is disabled.
added a flops complexity test for this
|
2024-03-18 20:01:03 -04:00 |
|