Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaya S Khudia <dskhudia@fb.com>2018-12-01 03:33:16 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-12-01 03:35:33 +0300
commit4fcc1f1f4ac3ea1fa0d7eb92bcf6a6735ee5e818 (patch)
tree3c79e6efa0e2b0ffece8f289d09f3b5fabb2338b /include/fbgemm/Fbgemm.h
parent2fdb139414ff1c7799683d780b345d0fc5c9857a (diff)
Build fix with fbgemm shared lib (#31)
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/31 Fix this bug with shared library build https://circleci.com/gh/pytorch/FBGEMM/23 Reviewed By: jianyuh Differential Revision: D13286222 fbshipit-source-id: 82e8a7004c39de9c7e3d0cb9f364000d10fd5c2c
Diffstat (limited to 'include/fbgemm/Fbgemm.h')
-rw-r--r--include/fbgemm/Fbgemm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fbgemm/Fbgemm.h b/include/fbgemm/Fbgemm.h
index 65a38e1..5c366ee 100644
--- a/include/fbgemm/Fbgemm.h
+++ b/include/fbgemm/Fbgemm.h
@@ -862,7 +862,7 @@ template <
typename outT = std::int32_t,
typename inT = std::int32_t,
typename nextOPType = DoNothing<inT, inT>>
-class DoSConvOnInpBuffer {
+class FBGEMM_API DoSConvOnInpBuffer {
public:
using outType = outT;
using inpType = inT;