Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
0391d018
Commit
0391d018
authored
Mar 09, 2026
by
PanZezhong
Browse files
issue/1031 fix trailing whitespace
parent
d6af9c90
Changes
60
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
src/infiniop/ops/adaptive_max_pool1d/adaptive_max_pool1d.h
src/infiniop/ops/adaptive_max_pool1d/adaptive_max_pool1d.h
+1
-1
src/infiniop/ops/adaptive_max_pool1d/cpu/adaptive_max_pool1d_cpu.cc
...op/ops/adaptive_max_pool1d/cpu/adaptive_max_pool1d_cpu.cc
+1
-1
src/infiniop/ops/adaptive_max_pool1d/cpu/adaptive_max_pool1d_cpu.h
...iop/ops/adaptive_max_pool1d/cpu/adaptive_max_pool1d_cpu.h
+1
-1
src/infiniop/ops/adaptive_max_pool1d/cuda/kernel.cuh
src/infiniop/ops/adaptive_max_pool1d/cuda/kernel.cuh
+1
-1
src/infiniop/ops/adaptive_max_pool1d/info.h
src/infiniop/ops/adaptive_max_pool1d/info.h
+1
-1
src/infiniop/ops/adaptive_max_pool1d/metax/adaptive_max_pool1d_metax.cuh
...s/adaptive_max_pool1d/metax/adaptive_max_pool1d_metax.cuh
+1
-1
src/infiniop/ops/adaptive_max_pool1d/metax/adaptive_max_pool1d_metax.maca
.../adaptive_max_pool1d/metax/adaptive_max_pool1d_metax.maca
+1
-1
src/infiniop/ops/adaptive_max_pool1d/moore/adaptive_max_pool1d_moore.mu
...ps/adaptive_max_pool1d/moore/adaptive_max_pool1d_moore.mu
+1
-1
src/infiniop/ops/adaptive_max_pool1d/nvidia/adaptive_max_pool1d_nvidia.cu
.../adaptive_max_pool1d/nvidia/adaptive_max_pool1d_nvidia.cu
+1
-1
src/infiniop/ops/adaptive_max_pool1d/nvidia/adaptive_max_pool1d_nvidia.cuh
...adaptive_max_pool1d/nvidia/adaptive_max_pool1d_nvidia.cuh
+1
-1
src/infiniop/ops/adaptive_max_pool1d/operator.cc
src/infiniop/ops/adaptive_max_pool1d/operator.cc
+1
-1
src/infiniop/ops/asinh/cpu/asinh_cpu.cc
src/infiniop/ops/asinh/cpu/asinh_cpu.cc
+1
-1
src/infiniop/ops/asinh/cpu/asinh_cpu.h
src/infiniop/ops/asinh/cpu/asinh_cpu.h
+1
-1
src/infiniop/ops/asinh/cuda/kernel.cuh
src/infiniop/ops/asinh/cuda/kernel.cuh
+1
-1
src/infiniop/ops/asinh/metax/asinh_metax.h
src/infiniop/ops/asinh/metax/asinh_metax.h
+1
-1
src/infiniop/ops/asinh/moore/asinh_moore.h
src/infiniop/ops/asinh/moore/asinh_moore.h
+1
-1
src/infiniop/ops/asinh/moore/asinh_moore.mu
src/infiniop/ops/asinh/moore/asinh_moore.mu
+1
-1
src/infiniop/ops/asinh/nvidia/asinh_nvidia.cu
src/infiniop/ops/asinh/nvidia/asinh_nvidia.cu
+1
-1
src/infiniop/ops/asinh/nvidia/asinh_nvidia.cuh
src/infiniop/ops/asinh/nvidia/asinh_nvidia.cuh
+1
-1
src/infiniop/ops/asinh/operator.cc
src/infiniop/ops/asinh/operator.cc
+1
-1
No files found.
src/infiniop/ops/adaptive_max_pool1d/adaptive_max_pool1d.h
View file @
0391d018
...
@@ -44,4 +44,4 @@
...
@@ -44,4 +44,4 @@
}; \
}; \
}
}
#endif // ADAPTIVE_MAX_POOL1D_H
#endif // ADAPTIVE_MAX_POOL1D_H
\ No newline at end of file
src/infiniop/ops/adaptive_max_pool1d/cpu/adaptive_max_pool1d_cpu.cc
View file @
0391d018
...
@@ -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
src/infiniop/ops/adaptive_max_pool1d/cpu/adaptive_max_pool1d_cpu.h
View file @
0391d018
...
@@ -5,4 +5,4 @@
...
@@ -5,4 +5,4 @@
DESCRIPTOR
(
cpu
)
DESCRIPTOR
(
cpu
)
#endif
#endif
\ No newline at end of file
src/infiniop/ops/adaptive_max_pool1d/cuda/kernel.cuh
View file @
0391d018
...
@@ -51,4 +51,4 @@ __device__ void adaptiveMaxPool1dBlock(
...
@@ -51,4 +51,4 @@ __device__ void adaptiveMaxPool1dBlock(
}
}
}
}
#endif
#endif
\ No newline at end of file
src/infiniop/ops/adaptive_max_pool1d/info.h
View file @
0391d018
...
@@ -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
src/infiniop/ops/adaptive_max_pool1d/metax/adaptive_max_pool1d_metax.cuh
View file @
0391d018
...
@@ -5,4 +5,4 @@
...
@@ -5,4 +5,4 @@
DESCRIPTOR
(
metax
)
DESCRIPTOR
(
metax
)
#endif
#endif
\ No newline at end of file
src/infiniop/ops/adaptive_max_pool1d/metax/adaptive_max_pool1d_metax.maca
View file @
0391d018
...
@@ -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
src/infiniop/ops/adaptive_max_pool1d/moore/adaptive_max_pool1d_moore.mu
View file @
0391d018
...
@@ -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
src/infiniop/ops/adaptive_max_pool1d/nvidia/adaptive_max_pool1d_nvidia.cu
View file @
0391d018
...
@@ -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
src/infiniop/ops/adaptive_max_pool1d/nvidia/adaptive_max_pool1d_nvidia.cuh
View file @
0391d018
...
@@ -5,4 +5,4 @@
...
@@ -5,4 +5,4 @@
DESCRIPTOR
(
nvidia
)
DESCRIPTOR
(
nvidia
)
#endif
#endif
\ No newline at end of file
src/infiniop/ops/adaptive_max_pool1d/operator.cc
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/cpu/asinh_cpu.cc
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/cpu/asinh_cpu.h
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/cuda/kernel.cuh
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/metax/asinh_metax.h
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/moore/asinh_moore.h
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/moore/asinh_moore.mu
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/nvidia/asinh_nvidia.cu
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/nvidia/asinh_nvidia.cuh
View file @
0391d018
...
@@ -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
src/infiniop/ops/asinh/operator.cc
View file @
0391d018
...
@@ -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
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment