mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 21:51:28 +00:00
upgrade from clang-format-12 to clang-format-18 (#2568)
* upgrade to clang-format-18 * update to clang-format-18 in pre-commit-config
This commit is contained in:
@@ -202,7 +202,7 @@ struct joinable_thread : std::thread
|
||||
{
|
||||
}
|
||||
|
||||
joinable_thread(joinable_thread&&) = default;
|
||||
joinable_thread(joinable_thread&&) = default;
|
||||
joinable_thread& operator=(joinable_thread&&) = default;
|
||||
|
||||
~joinable_thread()
|
||||
@@ -320,7 +320,7 @@ struct Tensor
|
||||
~Tensor() = default;
|
||||
|
||||
Tensor& operator=(const Tensor&) = default;
|
||||
Tensor& operator=(Tensor&&) = default;
|
||||
Tensor& operator=(Tensor&&) = default;
|
||||
|
||||
template <typename FromT>
|
||||
explicit Tensor(const Tensor<FromT>& other) : Tensor(other.template CopyAsType<T>())
|
||||
|
||||
Reference in New Issue
Block a user