Christian Ulmann

Results 17 comments of Christian Ulmann

The problem is, that there are no ngc metadatas, that are requiered for the usage with `--aot` or `--prod`.

@gemal Yeah, they need to kick the ngc (angular compiler) and provide the generated metadata for the angular-cli.

@icfantv I found the cause for this and #6213 The min/max validation is placed in the datepicker and not in the datepickerPopup. Unfortunately the datepicker isn't initialized until the popup...

@wesleycho do you suggest to add a validation in the popup, that applies the errors on the input itself (like my sample)?

Where did you develop the stale PR? Do you have a branch on a github repository somewhere?

> this seems like a special case of the general issue of using memory in task pipelining which probably (open research) can only be resolved safely by an LSQ. I'm...

It might make sense to add a transformation that locks handshaked circuits that do not support task pipelining. Either way, we will require something like this to protect subgraphs with...

This seems to be a more general issue, for example the overview of the getting started page isn't loaded: https://circt.llvm.org/docs/GettingStarted/

Did you gain any insights so far? One problem I'm seeing with the approach you are mentioning is when lowering these operations. While allowing `memref` types on the handshake level...

> I started on this analysis approach, but work is currently taking priority. No worries. It seems that I'm to only "active" user of these parts of the handshake dialect,...