Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
add stdlib headers
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Aug 30, 2018
1 parent d8b4982 commit 3f12dea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/cpp/include/test_mkldnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
* \author Alex Zai
*/

#ifndef TESTS_MKLDNN_H_
#define TESTS_MKLDNN_H_
#ifndef TEST_MKLDNN_H_
#define TEST_MKLDNN_H_

#if MXNET_USE_MKLDNN == 1

#include <set>
#include <string>
#include <vector>
#include "../../../3rdparty/mkldnn/include/mkldnn_types.h"
#include "../../../../../../Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/cmath"
#include "../../../../../../Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/climits"
#include "../../../../../../Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/set"
#include "../../../3rdparty/googletest/googletest/include/gtest/gtest.h"
#include "../../../include/mxnet/imperative.h"
#include "../../../src/operator/nn/mkldnn/mkldnn_base-inl.h"
Expand Down Expand Up @@ -578,4 +578,4 @@ void VerifySumResult(const std::vector<NDArray *> &in_arrs,
ASSERT_EQ(d1[i] + d2[i], o[i]);
}

#endif
#endif // TEST_MKLDNN_H_

0 comments on commit 3f12dea

Please sign in to comment.