Skip to content

Conversation

r-barnes
Copy link
Contributor

Summary:
Compiler currently complains:

caffe2/c10/util/MatchConstants.h(18): warning: calling a constexpr __host__ function("from_bits") from a __host__ __device__ function("pi") is not allowed.

Differential Revision: D26379485

@codecov
Copy link

codecov bot commented Feb 11, 2021

Codecov Report

Merging #52123 (59ebe7a) into master (2900cf2) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #52123      +/-   ##
==========================================
- Coverage   80.57%   80.57%   -0.01%     
==========================================
  Files        1957     1957              
  Lines      214523   214525       +2     
==========================================
- Hits       172852   172850       -2     
- Misses      41671    41675       +4     

@r-barnes r-barnes force-pushed the export-D26379485 branch 4 times, most recently from 6f91a5c to d10c0e2 Compare February 11, 2021 18:33
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Feb 12, 2021

💊 CI failures summary and remediations

As of commit 5b7e901 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

@r-barnes r-barnes force-pushed the export-D26379485 branch 7 times, most recently from 5202026 to 308e251 Compare February 17, 2021 00:24
Summary:
Compiler currently complains:
```
caffe2/c10/util/MatchConstants.h(18): warning: calling a constexpr __host__ function("from_bits") from a __host__ __device__ function("pi") is not allowed.
```
This diff extirpates the warning

Test Plan: Sandcastle tests

Differential Revision: D26379485

fbshipit-source-id: 23afe2b0a5935966d4825892a3e134ba46168ad3
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in f1e004b.

xsacha pushed a commit to xsacha/pytorch that referenced this pull request Mar 31, 2021
Summary:
Pull Request resolved: pytorch#52123

Compiler currently complains:
```
caffe2/c10/util/MatchConstants.h(18): warning: calling a constexpr __host__ function("from_bits") from a __host__ __device__ function("pi") is not allowed.
```
This diff extirpates the warning

Test Plan: Sandcastle tests

Reviewed By: xush6528

Differential Revision: D26379485

fbshipit-source-id: ab4821119cba8c43fd1d5788c4632d0613529ec8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants