composable_kernel icon indicating copy to clipboard operation
composable_kernel copied to clipboard

[Issue]: [CK_TILE] address space not intrinsic not working

Open carlushuang opened this issue 9 months ago • 0 comments

Problem Description

the __attribute__((address_space([x]))) (where [x] is 0 or 1, 2, 3) defined in include/ck_tile/core/config.hpp, line:55~60+ is not working. PR:#1930 fixed this issue, but indeed introduced compile error.

steps to repro:

mkdir build && cd build
 sh ../script/cmake-ck-dev.sh ../ gfx942 && make tile_example_moe_sorting -j

Image

PR: https://github.com/ROCm/composable_kernel/pull/1947 WA it, but need further implement the address_space feature

Operating System

all

CPU

any

GPU

AMD Instinct MI300

Other

No response

ROCm Version

ROCm 6.0.0

ROCm Component

No response

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

carlushuang avatar Mar 05 '25 03:03 carlushuang