Skip to content

Commit

Permalink
[HOTFIX] Fix build with -DMIOPEN_USE_COMPOSABLEKERNEL=Off after #2517.
Browse files Browse the repository at this point in the history
  • Loading branch information
junliume committed Dec 21, 2023
1 parent d817725 commit 7c6f2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/solver/conv_ck_igemm_fwd_bias_res_add_activ_fused.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ namespace miopen {
namespace solver {
namespace fusion {

#if MIOPEN_BACKEND_HIP && MIOPEN_USE_COMPOSABLEKERNEL

using CK_OutLayout = ck::tensor_layout::convolution::NDHWGK;

// DataType also applies to weights
Expand All @@ -67,7 +69,6 @@ using DeviceOp = ck::tensor_operation::device::instance::DeviceOperationInstance
ck::tensor_operation::element_wise::
ScaleAddScaleAddRelu>>; // end DeviceOperationInstanceFactory

#if MIOPEN_BACKEND_HIP && MIOPEN_USE_COMPOSABLEKERNEL
namespace {

struct CKArgs
Expand Down

0 comments on commit 7c6f2a4

Please sign in to comment.