提交 b0ba2b06 编写于 作者: T tensor-tang

fix typo

上级 31fda46c
...@@ -125,7 +125,6 @@ class CUDNNDeviceContext : public CUDADeviceContext { ...@@ -125,7 +125,6 @@ class CUDNNDeviceContext : public CUDADeviceContext {
class MKLDNNDeviceContext : public CPUDeviceContext { class MKLDNNDeviceContext : public CPUDeviceContext {
public: public:
explicit MKLDNNDeviceContext(CPUPlace place); explicit MKLDNNDeviceContext(CPUPlace place);
virtual ~MKLDNNDeviceContext();
/* \brief Add new element: memory, primitive or primitive desc */ /* \brief Add new element: memory, primitive or primitive desc */
template <typename T> template <typename T>
......
...@@ -14,7 +14,7 @@ limitations under the License. */ ...@@ -14,7 +14,7 @@ limitations under the License. */
#pragma once #pragma once
#include "mkldnn.hpp" #include <mkldnn.hpp>
namespace paddle { namespace paddle {
namespace platform { namespace platform {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册