Skip to content

Commit

Permalink
To fix a windows failure (pytorch#424)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#424

Should fix the failure in pytorch/pytorch#43817

Reviewed By: jspark1105, jianyuh, shz0116

Differential Revision: D23453190

fbshipit-source-id: 82f530ff18a1d6afda740a61b3b6c839ac0ac1e7
  • Loading branch information
dskhudia authored and facebook-github-bot committed Sep 2, 2020
1 parent a9397bf commit a591925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fbgemm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ bool fbgemmSupportedCPU() {
template class FBGEMM_API memCopy<std::int32_t, std::int32_t>;
template class FBGEMM_API DoNothing<std::int32_t, std::int32_t>;
template class FBGEMM_API DoNothing<float, float>;
template class FBGEMM_API DoNothing<std::uint8_t, std::uint8_t>;
template class FBGEMM_API
ReQuantizeForFloat<false, QuantizationGranularity::TENSOR>;
template class FBGEMM_API
Expand Down

0 comments on commit a591925

Please sign in to comment.