Alexander Montgomerie-Corcoran

Results 11 issues of Alexander Montgomerie-Corcoran

## Summary I am trying to create a model using the `pyomo.kernel` part of the library, and wish to use the `mindtpy` solver, however I'm coming into issues where it...

bug
pyomo.contrib

### What is the current behavior? I've come across an issue with `AttributeAnnotation` where it fails when it is applied to a module with several instances. A `scala.MatchError` is thrown....

Hi, I've run into an issue where synthesis has been stuck on the same line for about 14 hours. I've uploaded the log for this run, as well as the...

Hi, I was curious if there is any resource modelling in the repo? I noticed that there is a `get_bram_size(self, layer)` method for a HLS configuration, however I'm not clear...

I'm coming across an issue with the `fuse_matmul_add_bias_into_gemm` when there is just a matmul node and no add or bias node after. I've written a quick example of what the...

This is what I'm working on for merging the refactor and dev branches. Unfortunately the new code structure meant that it isn't able to show differences between the existing modelling...

This is the testing I've been working on, implemented in the dev branch. It isn't passing at the moment, mostly because of resource models being off. We could change the...

working on a way of registering layers based on a core architecture object. In this way, we can dynamically add the features we want based on the architecture we're targeting,...

This refactor will define a new standardised interface for modules. The goal if for the module classes to be lightweight, and correspond closely with the hardware parameters. This refactor introduces...