catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

[docs] Fix documentation for MLIR plugins

Open erick-xanadu opened this issue 8 months ago • 0 comments

Context: Fixes one part of #1515

Description of the Change: Documents changes to the build system to avoid changes from being overriden by the copy command. Along with removing the plugin make rule from the make all dependencies. The plugin would be build as part of Catalyst's build command.

Benefits: Clearer instructions.

Possible Drawbacks: I would like some time to improve the building setup for plugins as stated in ticket #1515. This would allow building the plugin without as many changes to the default plugin build system since it would be only using Catalyst's include directories and generated files.

Related GitHub Issues:

erick-xanadu avatar Feb 19 '25 18:02 erick-xanadu