pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / decoder / isa / test_caller_svp64_matrix.py
2023-10-19 Andrey MiroshnikovAdded assert to check inner/outer results match
2023-10-19 Andrey MiroshnikovReplace flatten func with builtin reduce()
2023-10-19 Andrey MiroshnikovReadded the flatten func (removed accidentally)
2023-10-18 Andrey MiroshnikovAdded pure python mat multiply (outer and inner product...
2023-10-18 Luke Kenneth Casso... doh, use reduce on operator.add already
2023-10-18 Luke Kenneth Casso... print expected flattened matrix results
2023-10-18 Andrey MiroshnikovAdd assert
2023-10-18 Luke Kenneth Casso... remove cruft, make comments clearer
2023-10-18 Andrey MiroshnikovUse flatten
2023-10-18 Andrey MiroshnikovAdd flatten function, print expected
2023-10-18 Luke Kenneth Casso... rename expected to results (actual results)
2023-10-18 Luke Kenneth Casso... store integer results in expected array
2023-10-18 Luke Kenneth Casso... simplify matmult test code
2023-10-18 Luke Kenneth Casso... whitespace
2023-10-18 Luke Kenneth Casso... whitespace
2023-10-18 Andrey MiroshnikovAdd pure python matrix mul function
2023-10-18 Luke Kenneth Casso... clarify prints and no conversion of integer input in...
2023-10-18 Luke Kenneth Casso... add stub (non-working) matrix multiply using maddld
2023-10-11 Luke Kenneth Casso... accidentally commented-out matrix tests
2023-10-01 Luke Kenneth Casso... whoops should be 5x3 comment not 5x3
2023-06-02 Dmitry Selyutinpysvp64asm: integrate into insndb
2022-10-22 Jacob Lifshayformat code removing unused imports
2022-09-28 Luke Kenneth Casso... comments on horizontal-or
2022-09-28 Luke Kenneth Casso... make matrix horizontal-remap example more generic
2022-09-28 Luke Kenneth Casso... add horizontal-or-reduction example that thoroughly...
2022-08-25 Jacob Lifshayfix deprecated imports
2022-07-05 Luke Kenneth Casso... converted test_caller_svp64_matrix.py to new reg format
2022-06-26 Luke Kenneth Casso... svp64_matrix.py svremap reduce to 7 args from 8 (again)
2021-09-28 Luke Kenneth Casso... remove unneeded module import
2021-07-15 Luke Kenneth Casso... add extra "persistence" bit to svremap instruction
2021-07-15 Luke Kenneth Casso... big intrusive update: merge SVREMAP with SVSTATE, remov...
2021-07-11 Luke Kenneth Casso... minor reordering of setvl and svshape: svshape is now...
2021-07-11 Luke Kenneth Casso... add svremap instruction into ISACaller
2021-07-11 Luke Kenneth Casso... rename svremap to svshape
2021-07-05 Luke Kenneth Casso... add 2nd matrix multiply unit test with SV REMAP
2021-07-05 Luke Kenneth Casso... fix ISACaller FFT-enable detection, fixes sv.fmadds...
2021-07-05 Luke Kenneth Casso... fix svremap field offsets
2021-07-05 Luke Kenneth Casso... debug of SVP64 REMAP
2021-07-05 Luke Kenneth Casso... debugging SVSHAPE for REMAP
2021-07-05 Luke Kenneth Casso... add svremap manual instruction (Primary Opcode 22,...