Open
Conversation
d9083e6 to
1a179d5
Compare
1a179d5 to
73e19e4
Compare
Collaborator
|
Please rebase and fix the conflicts. |
Contributor
Author
Done. |
Serge45
reviewed
Feb 25, 2025
Serge45
reviewed
Mar 6, 2025
Serge45
reviewed
Mar 6, 2025
Serge45
previously approved these changes
Mar 20, 2025
| #include <iomanip> | ||
|
|
||
| #include <sys/time.h> | ||
| #include <iostream> |
Contributor
There was a problem hiding this comment.
should we remove these?
| #ifndef _WIN32 | ||
| using castT = std::conditional_t<needCast, float, T>; | ||
| #else | ||
| using castT = float; //temp WA |
Contributor
There was a problem hiding this comment.
Why do we need this? Does L402 crash on linux?
Contributor
|
Please resolve merge conflicts or close this PR to complete the task of importing PRs from this repo to the monorepo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.