catalyst
catalyst copied to clipboard
[docs] Fix documentation for MLIR plugins
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: