Merge commit 'ad57f6ef0bcaeef7988bfd3954aac06554f12afb' into develop

This commit is contained in:
assistant-librarian[bot]
2025-11-19 11:12:09 +00:00
parent 05f83b643f
commit 055f643f4f
235 changed files with 964 additions and 22 deletions

View File

@@ -24,6 +24,8 @@
#include "ck/library/tensor_operation_instance/gpu/reduce/reduce.hpp"
#include "ck/library/utility/host_tensor.hpp"
using ::ck::HostTensorDescriptor;
using PassThrough = ck::tensor_operation::element_wise::PassThrough;
using ConvScaleRelu = ck::tensor_operation::element_wise::ScaleScaleRelu;
using ConvScale = ck::tensor_operation::element_wise::ScaleScalePass;

View File

@@ -15,6 +15,8 @@
#include "ck/library/tensor_operation_instance/gpu/grouped_gemm_multi_abd_fixed_nk.hpp"
using ::ck::hip_check_error;
template <ck::index_t... Is>
using S = ck::Sequence<Is...>;

View File

@@ -17,6 +17,8 @@
#include "ck/host_utility/hip_check_error.hpp"
using ::ck::hip_check_error;
template <ck::index_t... Is>
using S = ck::Sequence<Is...>;

View File

@@ -17,6 +17,8 @@
#include "ck/host_utility/hip_check_error.hpp"
using ::ck::hip_check_error;
template <ck::index_t... Is>
using S = ck::Sequence<Is...>;

View File

@@ -17,6 +17,8 @@
#include "ck/host_utility/hip_check_error.hpp"
using ::ck::hip_check_error;
template <ck::index_t... Is>
using S = ck::Sequence<Is...>;

View File

@@ -17,6 +17,8 @@
#include "ck/host_utility/hip_check_error.hpp"
using ::ck::hip_check_error;
template <ck::index_t... Is>
using S = ck::Sequence<Is...>;