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
gaoqiong
composable_kernel_ROCM
Commits
bc731b90
Commit
bc731b90
authored
Sep 26, 2023
by
Umang Yadav
Browse files
Remove unnecessary changes
parent
f000fe32
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
0 additions
and
59 deletions
+0
-59
include/ck/ck.hpp
include/ck/ck.hpp
+0
-4
include/ck/host_utility/device_prop.hpp
include/ck/host_utility/device_prop.hpp
+0
-3
include/ck/host_utility/hip_check_error.hpp
include/ck/host_utility/hip_check_error.hpp
+0
-4
include/ck/host_utility/io.hpp
include/ck/host_utility/io.hpp
+0
-4
include/ck/host_utility/stream_utility.hpp
include/ck/host_utility/stream_utility.hpp
+0
-4
include/ck/problem_transform/transform_forward_convolution3d_into_gemm_v4r4r4_ndhwc_kzyxc_ndhwk.hpp
...ward_convolution3d_into_gemm_v4r4r4_ndhwc_kzyxc_ndhwk.hpp
+0
-4
include/ck/stream_config.hpp
include/ck/stream_config.hpp
+0
-4
include/ck/tensor/static_tensor.hpp
include/ck/tensor/static_tensor.hpp
+0
-4
include/ck/tensor_description/cluster_descriptor.hpp
include/ck/tensor_description/cluster_descriptor.hpp
+0
-4
include/ck/tensor_description/multi_index_transform.hpp
include/ck/tensor_description/multi_index_transform.hpp
+0
-4
include/ck/tensor_description/multi_index_transform_helper.hpp
...de/ck/tensor_description/multi_index_transform_helper.hpp
+0
-4
include/ck/tensor_description/tensor_adaptor.hpp
include/ck/tensor_description/tensor_adaptor.hpp
+0
-4
include/ck/tensor_description/tensor_descriptor.hpp
include/ck/tensor_description/tensor_descriptor.hpp
+0
-4
include/ck/tensor_description/tensor_descriptor_helper.hpp
include/ck/tensor_description/tensor_descriptor_helper.hpp
+0
-4
include/ck/tensor_description/tensor_space_filling_curve.hpp
include/ck/tensor_description/tensor_space_filling_curve.hpp
+0
-4
No files found.
include/ck/ck.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -245,5 +243,3 @@ using index_t = int32_t;
...
@@ -245,5 +243,3 @@ using index_t = int32_t;
using
long_index_t
=
int64_t
;
using
long_index_t
=
int64_t
;
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/host_utility/device_prop.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -64,4 +62,3 @@ inline bool is_xdl_supported()
...
@@ -64,4 +62,3 @@ inline bool is_xdl_supported()
}
// namespace ck
}
// namespace ck
#endif
#endif
#pragma clang diagnostic pop
include/ck/host_utility/hip_check_error.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -18,5 +16,3 @@ inline void hip_check_error(hipError_t x)
...
@@ -18,5 +16,3 @@ inline void hip_check_error(hipError_t x)
throw
std
::
runtime_error
(
ss
.
str
());
throw
std
::
runtime_error
(
ss
.
str
());
}
}
}
}
#pragma clang diagnostic pop
include/ck/host_utility/io.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -42,5 +40,3 @@ std::ostream& operator<<(std::ostream& os, const ck::TensorDescriptor<Ts...>& de
...
@@ -42,5 +40,3 @@ std::ostream& operator<<(std::ostream& os, const ck::TensorDescriptor<Ts...>& de
return
os
;
return
os
;
}
}
#pragma clang diagnostic pop
include/ck/host_utility/stream_utility.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -44,5 +42,3 @@ static inline int getAvailableComputeUnitCount(const StreamConfig& stream_config
...
@@ -44,5 +42,3 @@ static inline int getAvailableComputeUnitCount(const StreamConfig& stream_config
return
(
ret
);
return
(
ret
);
};
};
#pragma clang diagnostic pop
include/ck/problem_transform/transform_forward_convolution3d_into_gemm_v4r4r4_ndhwc_kzyxc_ndhwk.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -154,5 +152,3 @@ transform_forward_convolution3d_into_gemm_v4r4r4_ndhwc_kzyxc_ndhwk_pad(
...
@@ -154,5 +152,3 @@ transform_forward_convolution3d_into_gemm_v4r4r4_ndhwc_kzyxc_ndhwk_pad(
}
// namespace ck
}
// namespace ck
#endif
#endif
#pragma clang diagnostic pop
include/ck/stream_config.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -15,5 +13,3 @@ struct StreamConfig
...
@@ -15,5 +13,3 @@ struct StreamConfig
bool
time_kernel_
=
false
;
bool
time_kernel_
=
false
;
int
log_level_
=
0
;
int
log_level_
=
0
;
};
};
#pragma clang diagnostic pop
include/ck/tensor/static_tensor.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -274,5 +272,3 @@ __host__ __device__ constexpr auto make_static_tensor(TensorDesc, X invalid_elem
...
@@ -274,5 +272,3 @@ __host__ __device__ constexpr auto make_static_tensor(TensorDesc, X invalid_elem
}
// namespace ck
}
// namespace ck
#endif
#endif
#pragma clang diagnostic pop
include/ck/tensor_description/cluster_descriptor.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -35,5 +33,3 @@ __host__ __device__ constexpr auto make_cluster_descriptor(
...
@@ -35,5 +33,3 @@ __host__ __device__ constexpr auto make_cluster_descriptor(
}
}
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/tensor_description/multi_index_transform.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -1955,5 +1953,3 @@ struct Modulo
...
@@ -1955,5 +1953,3 @@ struct Modulo
}
}
};
};
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/tensor_description/multi_index_transform_helper.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -131,5 +129,3 @@ __host__ __device__ constexpr auto make_modulo_transform(const Modulus& modulus,
...
@@ -131,5 +129,3 @@ __host__ __device__ constexpr auto make_modulo_transform(const Modulus& modulus,
return
Modulo
<
Modulus
,
UpLength
>
{
modulus
,
up_length
};
return
Modulo
<
Modulus
,
UpLength
>
{
modulus
,
up_length
};
}
}
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/tensor_description/tensor_adaptor.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -483,5 +481,3 @@ __host__ __device__ constexpr auto chain_tensor_adaptors(const X& x, const Xs&..
...
@@ -483,5 +481,3 @@ __host__ __device__ constexpr auto chain_tensor_adaptors(const X& x, const Xs&..
}
}
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/tensor_description/tensor_descriptor.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -616,5 +614,3 @@ using TensorCoordinateStep_t = decltype(make_tensor_coordinate_step(
...
@@ -616,5 +614,3 @@ using TensorCoordinateStep_t = decltype(make_tensor_coordinate_step(
TensorDesc
{},
MultiIndex
<
remove_cvref_t
<
TensorDesc
>::
GetNumOfDimension
()
>
{}));
TensorDesc
{},
MultiIndex
<
remove_cvref_t
<
TensorDesc
>::
GetNumOfDimension
()
>
{}));
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/tensor_description/tensor_descriptor_helper.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -166,5 +164,3 @@ make_naive_tensor_descriptor_aligned(const Tuple<Lengths...>& lengths, Align ali
...
@@ -166,5 +164,3 @@ make_naive_tensor_descriptor_aligned(const Tuple<Lengths...>& lengths, Align ali
}
}
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
include/ck/tensor_description/tensor_space_filling_curve.hpp
View file @
bc731b90
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Weverything"
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2018-2023, Advanced Micro Devices, Inc. All rights reserved.
...
@@ -163,5 +161,3 @@ struct SpaceFillingCurve
...
@@ -163,5 +161,3 @@ struct SpaceFillingCurve
};
};
}
// namespace ck
}
// namespace ck
#pragma clang diagnostic pop
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