| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if not exprs: | ||
| return properties | ||
|
|
||
| # Auto-detect prefetchable Dimensions |
There was a problem hiding this comment.
now unused, hence dropping
Sorry, something went wrong.
| return schedule.rebuild(*processed, rmapper=rmapper) | ||
|
|
||
|
|
||
| def optimize_schedule_maxpar(schedule): |
There was a problem hiding this comment.
this is 95% just like before, but it now also triggers in some rare cases excited in PRO
Sorry, something went wrong.
| def _time_buffering_default(self): | ||
| return self._time_buffering and not isinstance(self.save, Buffer) | ||
|
|
||
| def _evaluate(self, **kwargs): |
There was a problem hiding this comment.
@mloubout dropped as per your suggestion
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 84.33735% with 13 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2878 +/- ##
==========================================
+ Coverage 83.42% 83.44% +0.02%
==========================================
Files 248 248
Lines 51262 51311 +49
Branches 4431 4428 -3
==========================================
+ Hits 42765 42819 +54
- Misses 7735 7736 +1
+ Partials 762 756 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| libs: tuple = () | ||
|
|
||
| @classmethod | ||
| def from_body(cls, body): |
There was a problem hiding this comment.
Does this really need a method? That just EFuncMetadata(body=body)
Sorry, something went wrong.
There was a problem hiding this comment.
Seconded
Sorry, something went wrong.
There was a problem hiding this comment.
Actually, it does improve readability elsewhere, so I'm not entirely opposed
Sorry, something went wrong.
There was a problem hiding this comment.
no, AI garbage, removing
Sorry, something went wrong.
|
|
||
| @classmethod | ||
| def compose(cls, *items): | ||
| items = tuple(i for i in items if i is not None) |
There was a problem hiding this comment.
Why would an item be None?
Sorry, something went wrong.
There was a problem hiding this comment.
AI garbage leftover, removing
Sorry, something went wrong.
|
|
||
|
|
||
| @dataclass(frozen=True) | ||
| class EFuncMetadata: |
There was a problem hiding this comment.
Since this clearly looks like it's for an IET pass return, it should be used throughout or at least for the efunc realted ones.
Sorry, something went wrong.
There was a problem hiding this comment.
yes, one of the reasons I put it in OSS... but that would be massive changes, I'd rather do it incrementally
also, changing the name to EFuncMeta
Sorry, something went wrong.
| libs: tuple = () | ||
|
|
||
| @classmethod | ||
| def from_body(cls, body): |
There was a problem hiding this comment.
Seconded
Sorry, something went wrong.
| pass | ||
|
|
||
|
|
||
| class ThreadArrive(Fence): |
There was a problem hiding this comment.
Is this to make use of more sophisticated/granular thread barriers to reduce idle time somewhere?
Sorry, something went wrong.
There was a problem hiding this comment.
pretty much yes
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.