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:
Diffstat (limited to 'src/RefImplementations.cc')
-rw-r--r--src/RefImplementations.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/RefImplementations.cc b/src/RefImplementations.cc
index 4b919c1..dc41c27 100644
--- a/src/RefImplementations.cc
+++ b/src/RefImplementations.cc
@@ -13,7 +13,7 @@
using namespace std;
-namespace fbgemm2 {
+namespace fbgemm {
void requantize_u8acc32_ref(
int M,
@@ -195,7 +195,7 @@ void spmdm_ref(
int M,
const uint8_t* A,
int lda,
- fbgemm2::CompressedSparseColumn& B,
+ fbgemm::CompressedSparseColumn& B,
bool accumulation,
int32_t* C,
int ldc) {
@@ -746,4 +746,4 @@ void depthwise_3x3x3_pad_1_ref(
}
};
-} // namespace fbgemm2
+} // namespace fbgemm