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:
authorYoung Jin Kim <youki@microsoft.com>2019-12-03 22:52:20 +0300
committerYoung Jin Kim <youki@microsoft.com>2019-12-03 22:52:20 +0300
commite6e9b167426c12cd048c3d7d76651492f818daec (patch)
treef2c4e39fe4d46df1b7a23602d244d21c9f9ee35b
parent501f92e531378154daad708cd9aeb649637b4696 (diff)
parentf0b354327aaf2330c65340725b1981040c8bec9e (diff)
Merge branch 'master' into youki/win-jit-debug-int8
-rw-r--r--src/QuantUtilsAvx2.cc2
-rwxr-xr-x[-rw-r--r--]src/Utils.cc0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/QuantUtilsAvx2.cc b/src/QuantUtilsAvx2.cc
index ac1853a..66828ae 100644
--- a/src/QuantUtilsAvx2.cc
+++ b/src/QuantUtilsAvx2.cc
@@ -25,7 +25,7 @@ void QuantizeAvx2(
int len,
const TensorQuantizationParams& qparams) {
// original compile condition - #if defined(__AVX2__) && (defined(__FMA__) || defined(_MSC_VER))
- if (fbgemm::fbgemmHasAvx2Support()) {
+ if (fbgemm::fbgemmHasAvx2Support()) {
constexpr int VLEN = 8;
constexpr float min_val = std::numeric_limits<T>::min();
constexpr float max_val = std::numeric_limits<T>::max();
diff --git a/src/Utils.cc b/src/Utils.cc
index 2e88561..2e88561 100644..100755
--- a/src/Utils.cc
+++ b/src/Utils.cc