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:
authorJianyu Huang <jianyuhuang@fb.com>2018-12-21 22:18:44 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2018-12-21 22:21:05 +0300
commit4691d5bcb0756b69baf4f54e45d42ba75d133464 (patch)
tree52ae9b39a1d3ea44bc5ac53bb57d3dc74c85bf38 /include/fbgemm/Utils.h
parentd5810be02d4b7b90a5aec746f98841c9e585f6d4 (diff)
Update with clang format (#51)
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/51 Use Clang formatting with "clang-format -i *.cc *.h". Reviewed By: dskhudia Differential Revision: D13532121 fbshipit-source-id: 6792d008f3295c128942f4896e8221aebbf2566e
Diffstat (limited to 'include/fbgemm/Utils.h')
-rw-r--r--include/fbgemm/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fbgemm/Utils.h b/include/fbgemm/Utils.h
index a7e91cd..775e18c 100644
--- a/include/fbgemm/Utils.h
+++ b/include/fbgemm/Utils.h
@@ -7,8 +7,8 @@
#pragma once
#include <string>
#include <type_traits>
-#include "UtilsAvx2.h"
#include "FbgemmBuild.h"
+#include "UtilsAvx2.h"
namespace fbgemm {