erieaton-amd

Results 5 issues of erieaton-amd

Windows driver expects these values to actually be unique, it causes a problem if you try to create multiple hardware contexts for multiple xclbins.

There's a bunch of duplicated code between aiecc.py and aie2xclbin that should be consolidated. Also, eventually IREE may want to use aie2xclbin as a library instead of an external process.

This PR accomplishes part of what #1155 does with fewer changes. The work is split across three changes: * Replace GpuEvent with ZoneEvent: This is a smaller revision that accomplishes...

This patch changes GPU to use ZoneEvents, to reduce code duplication and allow consistent feature support between GPU and CPU. The CPU is given a context similar to how GPUs...

In the code, there seem to be a lot of similarity between CPU and GPU zones, except they use separate code paths. But GPU zones are more limited, you can't...