Jeff Fifield

Results 9 issues of Jeff Fifield

This is a `git-filter-repo` to capture the rename of `reference_designs` -> `programming_examples` from the asplos branch

Event instruction for AIE1 is missing. See https://github.com/Xilinx/mlir-aie/pull/610

aie1

Currently chess runs in whatever working directory aiecc was invoked from, causing it to pollute that directory. Instead aiecc should change it's working directory to the `tmpdir` before running chess,...

The memory APIs changed in https://github.com/Xilinx/mlir-aie/pull/513. `mlir_aie_init_mems` is removed for example. There are still code examples using the old API in at least `reference_designs`, `tutorials`, and `test/benchmarks`.

After https://github.com/Xilinx/mlir-aie/pull/363 aiecc.py will crash when trying to lower external function calls in mlir-aie code. The cause is that the no opaque pointer option is ignored in the LLVM dialect...

bug

Two changes here: 1) The Ryzen AI Software 1.3.0 installer installs things into a python venv. The binaries are put in the venv binary path (e.g. `venv/bin`) whereas the libraries...

https://github.com/Xilinx/XRT/blob/5d6c9134aecdb88fa171862603a8c25fcad85e40/src/python/pybind11/CMakeLists.txt#L40-L41 This code assumes that if building on ubuntu then packages are in the directory `dist-packages`. This is not true if the user (me) is using `venv`, which puts things...

Fix deprecated Node.js version warnings. Also, according to README, actions/download-artifact@v3 is scheduled for deprecation on November 30, 2024.