Commit 0391d018 authored by PanZezhong's avatar PanZezhong
Browse files

issue/1031 fix trailing whitespace

parent d6af9c90
...@@ -44,4 +44,4 @@ ...@@ -44,4 +44,4 @@
}; \ }; \
} }
#endif // ADAPTIVE_MAX_POOL1D_H #endif // ADAPTIVE_MAX_POOL1D_H
\ No newline at end of file
...@@ -91,4 +91,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -91,4 +91,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_BAD_TENSOR_DTYPE; return INFINI_STATUS_BAD_TENSOR_DTYPE;
} }
} // namespace op::adaptive_max_pool1d::cpu } // namespace op::adaptive_max_pool1d::cpu
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
DESCRIPTOR(cpu) DESCRIPTOR(cpu)
#endif #endif
\ No newline at end of file
...@@ -51,4 +51,4 @@ __device__ void adaptiveMaxPool1dBlock( ...@@ -51,4 +51,4 @@ __device__ void adaptiveMaxPool1dBlock(
} }
} }
#endif #endif
\ No newline at end of file
...@@ -62,4 +62,4 @@ public: ...@@ -62,4 +62,4 @@ public:
}; };
} // namespace op::adaptive_max_pool1d } // namespace op::adaptive_max_pool1d
#endif // __ADAPATIVE_MAX_POOL1D_H__ #endif // __ADAPATIVE_MAX_POOL1D_H__
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
DESCRIPTOR(metax) DESCRIPTOR(metax)
#endif #endif
\ No newline at end of file
...@@ -127,4 +127,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -127,4 +127,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS; return INFINI_STATUS_SUCCESS;
} }
} // namespace op::adaptive_max_pool1d::metax } // namespace op::adaptive_max_pool1d::metax
\ No newline at end of file
...@@ -141,4 +141,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -141,4 +141,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS; return INFINI_STATUS_SUCCESS;
} }
} // namespace op::adaptive_max_pool1d::moore } // namespace op::adaptive_max_pool1d::moore
\ No newline at end of file
...@@ -141,4 +141,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -141,4 +141,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS; return INFINI_STATUS_SUCCESS;
} }
} // namespace op::adaptive_max_pool1d::nvidia } // namespace op::adaptive_max_pool1d::nvidia
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
DESCRIPTOR(nvidia) DESCRIPTOR(nvidia)
#endif #endif
\ No newline at end of file
...@@ -144,4 +144,4 @@ __INFINI_C infiniStatus_t infiniopDestroyAdaptiveMaxPool1dDescriptor( ...@@ -144,4 +144,4 @@ __INFINI_C infiniStatus_t infiniopDestroyAdaptiveMaxPool1dDescriptor(
#undef DESTROY #undef DESTROY
return INFINI_STATUS_DEVICE_TYPE_NOT_SUPPORTED; return INFINI_STATUS_DEVICE_TYPE_NOT_SUPPORTED;
} }
\ No newline at end of file
...@@ -47,4 +47,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -47,4 +47,4 @@ infiniStatus_t Descriptor::calculate(
} }
} }
} // namespace op::asinh::cpu } // namespace op::asinh::cpu
\ No newline at end of file
...@@ -19,4 +19,4 @@ public: ...@@ -19,4 +19,4 @@ public:
} AsinhOp; } AsinhOp;
} // namespace op::asinh::cpu } // namespace op::asinh::cpu
#endif // __ASINH_CPU_H__ #endif // __ASINH_CPU_H__
\ No newline at end of file
...@@ -26,4 +26,4 @@ public: ...@@ -26,4 +26,4 @@ public:
} // namespace op::asinh::cuda } // namespace op::asinh::cuda
#endif // __ASINH_CUDA_KERNEL_H__ #endif // __ASINH_CUDA_KERNEL_H__
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
ELEMENTWISE_DESCRIPTOR(asinh, metax) ELEMENTWISE_DESCRIPTOR(asinh, metax)
#endif // __ASINH_METAX_API_H__ #endif // __ASINH_METAX_API_H__
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
ELEMENTWISE_DESCRIPTOR(asinh, moore) ELEMENTWISE_DESCRIPTOR(asinh, moore)
#endif // __ASINH_MOORE_API_H__ #endif // __ASINH_MOORE_API_H__
\ No newline at end of file
...@@ -56,4 +56,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -56,4 +56,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS; return INFINI_STATUS_SUCCESS;
} }
} // namespace op::asinh::moore } // namespace op::asinh::moore
\ No newline at end of file
...@@ -53,4 +53,4 @@ infiniStatus_t Descriptor::calculate( ...@@ -53,4 +53,4 @@ infiniStatus_t Descriptor::calculate(
} }
} }
} // namespace op::asinh::nvidia } // namespace op::asinh::nvidia
\ No newline at end of file
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
ELEMENTWISE_DESCRIPTOR(asinh, nvidia) ELEMENTWISE_DESCRIPTOR(asinh, nvidia)
#endif // __ASINH_NVIDIA_API_H #endif // __ASINH_NVIDIA_API_H
\ No newline at end of file
...@@ -138,4 +138,4 @@ __INFINI_C infiniStatus_t infiniopDestroyAsinhDescriptor(infiniopAsinhDescriptor ...@@ -138,4 +138,4 @@ __INFINI_C infiniStatus_t infiniopDestroyAsinhDescriptor(infiniopAsinhDescriptor
return INFINI_STATUS_DEVICE_TYPE_NOT_SUPPORTED; return INFINI_STATUS_DEVICE_TYPE_NOT_SUPPORTED;
} }
#undef DESTROY #undef DESTROY
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment