lekcyjna123

Results 26 comments of lekcyjna123

Hi, i tried to add parallel computing to softdtw TimeSeriesKmeans, but results are disappointing. My changes are in: https://github.com/lekcyjna123/tslearn/tree/lekcyjna/parallelSoftDTW Tests were made using dataset of 50 timeseries of length 256:...

I would like to be able to: - said that in given cycle, a pair of input signals can not have the same value (to test multiport modules) - defer...

> No change in benchmarks, as Wishbone Classic doesn't support pipelining. Yes, I have expected that, but I started the benchmark to make sure that there is no regression.

> @lekcyjna123 Can you tell me more about the issue that triggered the need for TrueSettle? In some cases we would like to wait with some action till the read-only...

Another issues: - move whole `coreblocks/transactions` to `transactron` directory so that it will be easier to split it in future to separate repository - cleanup `utils` - fifos use transactional...

If this is possible I would ask to wait with implementation of this cleanup till interrupts and vectors will be merged to master. I plan to set vectors as ready...

Another point to do is to cleanup our documentation webpage.

Move transactron part of tests to `transactron` directory.

One more proposition: https://github.com/kuznia-rdzeni/coreblocks/pull/617#pullrequestreview-1932978170 See also: https://github.com/kuznia-rdzeni/coreblocks/issues/571 Other points: - cleanup the `test/transations` and test/transactron` directories - move cocotb code to `transactron/testing`

> > On the other hand there is a lot of boilerplate connected with await's everywhere which worry me. > > Could you elaborate? Give an example of what you...