Diego M. Rodríguez
Diego M. Rodríguez
As part of being able to generate the documentation post the #151 `mkdocs` change, would it be possible to include the `mkdocs.yml` file in the source dist (ie. via `MANIFEST.in`)...
Hello, if my understanding is correct, in #285 the `from_bytes()` signature was changed so it now returns a context manager, requiring users to update their usage, ie: ```python addressBook =...
## Description and motivation Currently, each analog layer creates and maintain its own analog tile, invoking its functionality at selected points in time. An interesting alternative would be to move...
## Description and motivation It seems cmake offers a [FindBLAS](https://cmake.org/cmake/help/latest/module/FindBLAS.html) option directly, with some flags for determining which "vendor" to look for (`BLA_VENDOR`). It would be worth looking into it,...
## Description and motivation As the toolkit evolves, there are some cases where it would be good to have a system of emitting information of several levels, in order to...
## Description and motivation In the same way we provide `pip` wheels, it would be great to also provide `conda` packages for each release, for convenience to end users. This...
## Description and motivation Currently we are modifying `CMAKE_CXX_FLAGS` directly for setting compilation flags: ``` set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-narrowing -Wno-strict-overflow") set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -ftree-vectorize") ``` ## Proposed solution It would...
## Description and motivation Currently, the build system has not been checked and adjusted in order to support Windows-based systems. While in theory `cmake` should help us in the process,...
## Description and motivation While we have a manageable number of build dependencies and we list the required versions [in the docs](https://aihwkit.readthedocs.io/en/latest/advanced_install.html#dependencies), for some of them we don't explicitly check...
## Description and motivation Currently, `aihwkit.simulator.rpu_base` is not properly displayed in [the API reference](https://aihwkit.readthedocs.io/en/latest/api_reference.html). This is due to not being able to compile the simulator in the readthedocs build environment,...