提交 df134999 编写于 作者: K Kavya Srinet

Fix travis error

上级 a9c448e4
...@@ -290,8 +290,9 @@ class OpWithMultiKernelTest : public OperatorWithKernel { ...@@ -290,8 +290,9 @@ class OpWithMultiKernelTest : public OperatorWithKernel {
framework::OpKernelType GetExpectedKernelType( framework::OpKernelType GetExpectedKernelType(
const framework::ExecutionContext& ctx) const override { const framework::ExecutionContext& ctx) const override {
return framework::OpKernelType( return framework::OpKernelType(proto::VarType::FP32,
proto::VarType::FP32, platform::CUDAPlace(0), DataLayout::kAnyLayout, platform::CUDAPlace(0),
DataLayout::kAnyLayout,
framework::LibraryType::kCUDNN); framework::LibraryType::kCUDNN);
} }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册