Skip to content

Conversation

@thorstenhater
Copy link
Contributor

@thorstenhater thorstenhater commented Jul 11, 2025

Aims to make mechanism handling a bit more efficient by

  1. adding some peephole optimisations to modcc
  2. compressing contiguous runs of indices [0, 1, ... n] into ranges [0, n]
  3. Adding more, platform independent tests to the partition suite.

@thorstenhater thorstenhater requested a review from ibanezbm July 15, 2025 09:32
#include "visitor.hpp"

// normalize row iff system is larger than this
constexpr int normalization_limit = 15;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Change to 5 or change comments in lines 489, 728, 728 and 952.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks!

Copy link
Collaborator

@ibanezbm ibanezbm left a comment

Choose a reason for hiding this comment

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

Fix normalization value check in modcc/solvers.cpp

@thorstenhater
Copy link
Contributor Author

NOTE: Check GPU before merge

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