Merge pull request #873 from reyoung/feature/adapt_clang_format4

Fit pre-commit for clang-format 4.x
avx_docs
wangkuiyi 8 years ago committed by GitHub
commit 71b420399a

@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */
// clang-format off
// Because clang-format 4.X and clang-format 3.8+ format
// following lines in different. So disable clang-format.
#include "hl_cuda.h"
#include <cuda_profiler_api.h>
#include <string.h>
@ -23,6 +26,7 @@ limitations under the License. */
#include "hl_dso_loader.h"
#include "hl_thread.ph"
#include "paddle/utils/Logging.h"
// clang-format on
namespace dynload {

Loading…
Cancel
Save