composable_kernel icon indicating copy to clipboard operation
composable_kernel copied to clipboard

Add interface prototype to device_gemm_multiple_d_xdl_cshuffle

Open turneram opened this issue 2 years ago • 0 comments

This is a prototype of how MIGraphX would like to run CK device ops using runtime compilation. The Descriptor class will take in naive_tensor_descriptors constructed by MIGraphX, and then be passed to the Run method. The only additional change required was to make all methods and constructors for BlockToCTileMap_M00_N0_M01Adapt host device constexpr

turneram avatar Mar 16 '23 15:03 turneram