Skip to content

Conversation

@tarun292
Copy link
Contributor

@tarun292 tarun292 commented Nov 3, 2024

Differential Revision: D65402442

@pytorch-bot
Copy link

pytorch-bot bot commented Nov 3, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6631

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure

As of commit 9fa66ad with merge base 8a4e492 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 3, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

facebook-github-bot pushed a commit that referenced this pull request Nov 4, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

tarun292 added a commit that referenced this pull request Nov 4, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

tarun292 added a commit that referenced this pull request Nov 4, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

tarun292 added a commit that referenced this pull request Nov 4, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

facebook-github-bot pushed a commit that referenced this pull request Nov 4, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

tarun292 added a commit that referenced this pull request Nov 5, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

facebook-github-bot pushed a commit that referenced this pull request Nov 5, 2024
Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

Summary:
The current EValue template constructor is not MSVC friendly, in order to make it MSVC friendly had to make some small changes such as:
- Using a default template argument (typename = typename std::enable_if<...>::type). This means that the std::enable_if condition is evaluated when the template is instantiated.
- Separating the SFINAE condition from the function signature.


Reviewed By: dbort

Differential Revision: D65402442
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65402442

@facebook-github-bot facebook-github-bot merged commit cd565b5 into main Nov 5, 2024
39 of 41 checks passed
@facebook-github-bot facebook-github-bot deleted the export-D65402442 branch November 5, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants