John Afaganis
3ef7712ee3
Add missing copyright headers ( #2359 )
...
* Add missing copyright headers
* empty commit
[ROCm/composable_kernel commit: df54667102 ]
2025-06-17 14:29:45 -07:00
Thomas Ning
bc6af0fa49
Fix the CK Tile related operators ( #2356 )
...
* fix the flatmm
* Fix the pipeline
* address the comment
[ROCm/composable_kernel commit: 3c4cdfac4f ]
2025-06-16 17:38:52 -07:00
Illia Silin
0f4d68633b
Revert "fix the flatmm ( #2349 )" ( #2352 )
...
This reverts commit fc65195605 .
[ROCm/composable_kernel commit: 5523df4b2d ]
2025-06-16 07:54:55 -07:00
Thomas Ning
fc65195605
fix the flatmm ( #2349 )
...
[ROCm/composable_kernel commit: d996bc78be ]
2025-06-16 02:17:53 -07:00
Khushbu Agarwal
7afee6c536
fix flatmm kernel for bigger size for fp16 datatype ( #2302 )
...
[ROCm/composable_kernel commit: bd270fe4bc ]
2025-06-10 11:13:40 -07:00
Khushbu Agarwal
2b6621fba8
Rotating buffer PR CI fix ( #2257 )
...
* Revert "Revert "[CK_tile] Add rotating buffer feature for universal gemm (#2200 )" (#2256 )"
This reverts commit 7baac527a1 .
* fix regression
[ROCm/composable_kernel commit: 2e38eb4f1c ]
2025-06-02 10:25:01 -07:00
Illia Silin
7baac527a1
Revert "[CK_tile] Add rotating buffer feature for universal gemm ( #2200 )" ( #2256 )
...
This reverts commit 0f77aa335d .
[ROCm/composable_kernel commit: bbdaf79a52 ]
2025-05-28 09:46:52 -06:00
Khushbu Agarwal
0f77aa335d
[CK_tile] Add rotating buffer feature for universal gemm ( #2200 )
...
* Add rotating buffer feature for universal gemm
* adding changes in tile_engine
* Updated code to merge kernel_launch
* removing comments
* Enable rotating buffer changes to flatmm
* Created diff launch_kernel function for rotating buffer
* Simplfied calculation using macros
* merge code with new changes in tile_engine
* clang formatted
* Redefine macros
[ROCm/composable_kernel commit: 99857e10e6 ]
2025-05-27 23:00:58 -07:00
Aviral Goel
9c99bdede7
Add catch blocks in example GEMM apps to enable better error handling (Issue: 1928) ( #2234 )
...
* added catch statements to examples
* clang format
[ROCm/composable_kernel commit: c52649ad57 ]
2025-05-27 22:32:42 -07:00
Illia Silin
24057b3662
fix the buffer intrinsic names for clang >=20 ( #2228 )
...
[ROCm/composable_kernel commit: 8146e471f1 ]
2025-05-23 14:58:25 -07:00
Illia Silin
9c7b0a65f9
Revert "Update the buffer load/store intrinsic names for clang>=20. ( #2192 )" ( #2227 )
...
This reverts commit 7d92e48278 .
[ROCm/composable_kernel commit: 1b846143c6 ]
2025-05-22 15:41:17 -07:00
Illia Silin
7d92e48278
Update the buffer load/store intrinsic names for clang>=20. ( #2192 )
...
* fix the buffer load/store intrinsic names
* fix clang format
[ROCm/composable_kernel commit: 58f9e9ffbc ]
2025-05-13 10:18:14 -07:00
BingYuan.Zhou
977b7d0928
Flatmm merge ( #2168 )
...
* sync with function interface of cshuffleepiloge,fix flatmm build fail
* move code from solin/flatmm which add mfma16*16*32fp8 and optimize flatmm
---------
Co-authored-by: solin <bingzhou@amd.com >
[ROCm/composable_kernel commit: 6a3960c1e1 ]
2025-05-08 12:59:57 +08:00
Illia Silin
df8daef645
Revert "Add ck tile examples to package ( #1880 )" ( #2150 )
...
[ROCm/composable_kernel commit: 9a9f59ae69 ]
2025-04-30 10:20:16 -07:00
jakpiase
d48f3b585b
Add ck tile examples to package ( #1880 )
...
* add ck tile examples to package
* Update jenkinsfile
* fix for jenkinsfile
* fix for building ck tile code on non gfx9
* compile ck tile examples only for gfx94
* include ck tile examples in all target
* fix for basic gemm UseStructuredSparsity
* Update CMakeLists.txt
* Update gemm_pipeline_problem.hpp
* add targets to rocm install
---------
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com >
[ROCm/composable_kernel commit: 434d19f696 ]
2025-04-28 09:53:19 -07:00
BingYuan.Zhou
4ec293cb4b
[flatmm] implement basic fp16 flatmm ( #2089 )
...
* [flatmm] implement basic fp16 flatmm
* fix CI build fail
---------
Co-authored-by: root <root@hjbog-srdc-50.amd.com >
Co-authored-by: solin <bingzhou@amd.com >
[ROCm/composable_kernel commit: eaf1f0bf3b ]
2025-04-16 16:51:17 +08:00