XRT icon indicating copy to clipboard operation
XRT copied to clipboard

XRT build drops a `kernel-doc` directory in the PWD

Open stellaraccident opened this issue 1 year ago • 2 comments

When I invoke the build from an arbitrary location, it drops a kernel-doc directory in the current PWD. Recommend finding this and scoping it to the build dir (or something).

stellaraccident avatar Jan 27 '24 00:01 stellaraccident

Hi @stellaraccident, I have tried building XRT from arbitrary locations. However, I'm unable to reproduce the issue. Could you please share the steps you took to encounter this issue.

ManojTakasi avatar Feb 06 '24 09:02 ManojTakasi

Sure. I noticed it after some iteration in this: https://github.com/nod-ai/iree-amd-aie?tab=readme-ov-file#building-xrt

We ended up accidentally checking the file in and adding it to gitignore: https://github.com/nod-ai/iree-amd-aie/commit/a42ddaca69c1068f242c08cd204232f3078b2040

stellaraccident avatar Feb 06 '24 16:02 stellaraccident

PR has been merged into master

ManojTakasi avatar Mar 19 '24 10:03 ManojTakasi