composable_kernel
composable_kernel copied to clipboard
[Issue]: basic_gemm build fail in latest dev branch
Problem Description
when build with make tile_example_gemm_basic -j gives:
In file included from /workspace/composable_kernel/example/ck_tile/03_gemm/gemm_basic.cpp:12:
In file included from /workspace/composable_kernel/include/ck_tile/host.hpp:7:
In file included from /workspace/composable_kernel/include/ck_tile/host/check_err.hpp:16:
In file included from /workspace/composable_kernel/include/ck_tile/core.hpp:46:
/workspace/composable_kernel/include/ck_tile/core/tensor/shuffle_tile.hpp:165:50: error: invalid operands to binary expression ('const Ps2RHssMajor' (aka 'const ck_tile::tuple<ck_tile::sequence<2, 2>, ck_tile::sequence<1, 2>>') and 'const Ps2RHssMajor' (aka 'const ck_tile::tuple<ck_tile::sequence<2>, ck_tile::sequence<2, 1, 2>>'))
165 | InDstrEncode::ps_to_rhss_major_ == OutDstrEncode::ps_to_rhss_major_ &&
/workspace/composable_kernel/include/ck_tile/ops/gemm/pipeline/gemm_pipeline_agmem_bgmem_creg_v1.hpp:189:17:
thanks for verifying
Operating System
ubuntu 20.4
CPU
amd
GPU
AMD Instinct MI300
Other
No response
ROCm Version
ROCm 6.0.0
ROCm Component
Other
Steps to Reproduce
No response
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
No response
Additional Information
No response