Skip to content

Conversation

lm-sousa
Copy link
Member

No description provided.

Comment on lines +6 to +10
public class ClavaOptionsManagerLauncher extends WeaverOptionsManagerLauncher {
public static void main(String[] args) {
launchGui(new CxxWeaver());
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public class ClavaOptionsManagerLauncher extends WeaverOptionsManagerLauncher {
public static void main(String[] args) {
launchGui(new CxxWeaver());
}
}
public class ClavaOptionsManagerLauncher {
public static void main(String[] args) {
WeaverOptionsManagerLauncher.launchGui(new CxxWeaver());
}
}

lm-sousa added 22 commits July 21, 2025 04:12
…functionality.

- This includes the deletion of the ClavaHls project, as well as the associated APIs.
-Additionally, update build configurations to reflect the removal of HLS dependencies and resources.
…retrieval and update build.gradle to register the generateWeaver task
@lm-sousa lm-sousa changed the base branch from lara-3.1 to staging September 4, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants