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

issue/1031 fix trailing whitespace

parent d6af9c90
......@@ -44,4 +44,4 @@
}; \
}
#endif // ADAPTIVE_MAX_POOL1D_H
\ No newline at end of file
#endif // ADAPTIVE_MAX_POOL1D_H
......@@ -91,4 +91,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_BAD_TENSOR_DTYPE;
}
} // namespace op::adaptive_max_pool1d::cpu
\ No newline at end of file
} // namespace op::adaptive_max_pool1d::cpu
......@@ -5,4 +5,4 @@
DESCRIPTOR(cpu)
#endif
\ No newline at end of file
#endif
......@@ -51,4 +51,4 @@ __device__ void adaptiveMaxPool1dBlock(
}
}
#endif
\ No newline at end of file
#endif
......@@ -62,4 +62,4 @@ public:
};
} // namespace op::adaptive_max_pool1d
#endif // __ADAPATIVE_MAX_POOL1D_H__
\ No newline at end of file
#endif // __ADAPATIVE_MAX_POOL1D_H__
......@@ -5,4 +5,4 @@
DESCRIPTOR(metax)
#endif
\ No newline at end of file
#endif
......@@ -127,4 +127,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS;
}
} // namespace op::adaptive_max_pool1d::metax
\ No newline at end of file
} // namespace op::adaptive_max_pool1d::metax
......@@ -141,4 +141,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS;
}
} // namespace op::adaptive_max_pool1d::moore
\ No newline at end of file
} // namespace op::adaptive_max_pool1d::moore
......@@ -141,4 +141,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS;
}
} // namespace op::adaptive_max_pool1d::nvidia
\ No newline at end of file
} // namespace op::adaptive_max_pool1d::nvidia
......@@ -5,4 +5,4 @@
DESCRIPTOR(nvidia)
#endif
\ No newline at end of file
#endif
......@@ -144,4 +144,4 @@ __INFINI_C infiniStatus_t infiniopDestroyAdaptiveMaxPool1dDescriptor(
#undef DESTROY
return INFINI_STATUS_DEVICE_TYPE_NOT_SUPPORTED;
}
\ No newline at end of file
}
......@@ -47,4 +47,4 @@ infiniStatus_t Descriptor::calculate(
}
}
} // namespace op::asinh::cpu
\ No newline at end of file
} // namespace op::asinh::cpu
......@@ -19,4 +19,4 @@ public:
} AsinhOp;
} // namespace op::asinh::cpu
#endif // __ASINH_CPU_H__
\ No newline at end of file
#endif // __ASINH_CPU_H__
......@@ -26,4 +26,4 @@ public:
} // namespace op::asinh::cuda
#endif // __ASINH_CUDA_KERNEL_H__
\ No newline at end of file
#endif // __ASINH_CUDA_KERNEL_H__
......@@ -5,4 +5,4 @@
ELEMENTWISE_DESCRIPTOR(asinh, metax)
#endif // __ASINH_METAX_API_H__
\ No newline at end of file
#endif // __ASINH_METAX_API_H__
......@@ -5,4 +5,4 @@
ELEMENTWISE_DESCRIPTOR(asinh, moore)
#endif // __ASINH_MOORE_API_H__
\ No newline at end of file
#endif // __ASINH_MOORE_API_H__
......@@ -56,4 +56,4 @@ infiniStatus_t Descriptor::calculate(
return INFINI_STATUS_SUCCESS;
}
} // namespace op::asinh::moore
\ No newline at end of file
} // namespace op::asinh::moore
......@@ -53,4 +53,4 @@ infiniStatus_t Descriptor::calculate(
}
}
} // namespace op::asinh::nvidia
\ No newline at end of file
} // namespace op::asinh::nvidia
......@@ -5,4 +5,4 @@
ELEMENTWISE_DESCRIPTOR(asinh, nvidia)
#endif // __ASINH_NVIDIA_API_H
\ No newline at end of file
#endif // __ASINH_NVIDIA_API_H
......@@ -138,4 +138,4 @@ __INFINI_C infiniStatus_t infiniopDestroyAsinhDescriptor(infiniopAsinhDescriptor
return INFINI_STATUS_DEVICE_TYPE_NOT_SUPPORTED;
}
#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