Xilinx / ROCm-air-platforms

A POC platform and example for an experimental ROCm runtime release for the AMD AI Engine
MIT License
9 stars 0 forks source link

Queue release #11

Closed eddierichter-amd closed 5 months ago

eddierichter-amd commented 5 months ago

Making it so when a process releases the driver, we release all of the queues used by the driver. Had to add the ability for amdair_process_device to track which queue IDs they have open.

eddierichter-amd commented 5 months ago

Nice fix!

I have a few suggestions, but nothing major.

Thanks for the suggestions! Fixed those. Let me know if you see anything else.