Anthony Chang
1fbd80b0a0
Implement padding and sanity checks for fused GEMM+GEMM ( #376 )
...
* GemmPadder and GemmGemmPadder
* proper padding using GemmGemmPadder
* test gemm_gemm padding
* properly check size K in IsSupportedArgument()
* properly check size requirement given SrcScalarPerVector in IsSupportedArgument()
* comment
* format
[ROCm/composable_kernel commit: f4047c9418 ]
2022-08-23 10:01:02 -05:00
Chao Liu
7a98e9fa34
N-D Tensor Contraction example, instance, and client example ( #270 )
...
* adding contraction
* add contraction example
* update examle
* update example
* format
* update readme
* clean header
* clean header
* contraction with multiple D
* rename
* fix naming issue; add instances for contraction+bilinear
* change assumed virtual layout of contraction; add client example
* update example
* update
* contraction+scale
* use type_convert
* rename
[ROCm/composable_kernel commit: 4fe9c393b8 ]
2022-07-07 14:31:11 -05:00
Chao Liu
31706d4896
add license in file ( #303 )
...
[ROCm/composable_kernel commit: d3051d7517 ]
2022-06-24 23:32:43 -05:00
Chao Liu
6203866064
Reorganize files, Part 1 ( #119 )
...
* delete obselete files
* move files
* build
* update cmake
* update cmake
* fix build
* reorg examples
* update cmake for example and test
[ROCm/composable_kernel commit: 5d37d7bff4 ]
2022-03-08 21:46:36 -06:00