-
Notifications
You must be signed in to change notification settings - Fork 143
Windows gfx1201 #1500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Windows gfx1201 #1500
Conversation
d9083e6
to
1a179d5
Compare
1a179d5
to
73e19e4
Compare
Please rebase and fix the conflicts. |
Done. |
#include <iomanip> | ||
|
||
#include <sys/time.h> | ||
#include <iostream> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we remove these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L33 and L34
using castT = std::conditional_t<needCast, float, T>; | ||
#else | ||
using castT = float; //temp WA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this? Does L402 crash on linux?
Please resolve merge conflicts or close this PR to complete the task of importing PRs from this repo to the monorepo. |
No description provided.