joyeamd
c02516c8b8
fix a compiling issue
2025-06-13 13:26:48 +08:00
joyeamd
a7e874b13f
add back original kernel
2025-06-13 13:21:09 +08:00
joye
8d6ca68d90
update kernel
2025-06-11 14:40:30 +08:00
joye
09a2e029b9
add lds barrier
2025-06-11 12:44:03 +08:00
joye
4c85e10281
update kernel
2025-06-11 12:38:22 +08:00
joye
7bc604f06a
update kernel
2025-06-11 11:10:16 +08:00
joye
b90beae6f0
update kernel
2025-06-11 11:05:49 +08:00
joye
f0a0e79d67
fix compiling errors
2025-06-11 11:01:25 +08:00
joye
0eefe9ac1f
update kernel
2025-06-11 10:55:28 +08:00
joye
376e0992ef
fix compiling errors; now can pass compilation
2025-06-10 08:34:27 +08:00
joyeamd
4e469f5572
update kernel
2025-06-10 08:11:30 +08:00
joyeamd
d70acd683b
update kernel
2025-06-09 21:13:02 +08:00
joyeamd
4c4dd342ed
fix compiling errors
2025-06-09 20:44:03 +08:00
joyeamd
9872d2e159
fix some compiling errors
2025-06-09 20:36:55 +08:00
joyeamd
b64a2cfda8
fix some compiling errors
2025-06-09 20:29:30 +08:00
joyeamd
e43bc46629
update kernel
2025-06-09 20:24:47 +08:00
joyeamd
b1d03f7e8a
update kernel
2025-06-09 19:37:44 +08:00
joye
0677989d23
Merge branch 'bwd_data_1c_dev' of github.com:ROCm/composable_kernel into bwd_data_1c_dev
2025-06-09 15:34:21 +08:00
joye
51dad1aaca
update shader
2025-06-09 15:34:04 +08:00
joyeamd
5da6657ddb
delete the unrelated files
2025-06-09 15:16:30 +08:00
joyeamd
9b34909b76
add default nullptr
2025-06-09 15:13:40 +08:00
joyeamd
c631001f4e
update kernel
2025-06-09 14:51:31 +08:00
joye
48a0cee750
update kernel
2025-06-09 14:41:32 +08:00
joye
1e444a8b27
update kernel
2025-06-09 14:09:33 +08:00
joye
d19a6c0ef0
update kernel
2025-06-09 13:45:31 +08:00
joye
cdf21a7178
update kernel
2025-06-08 20:43:19 +08:00
joye
4fe245e8d5
update kernel; not correctly
2025-06-06 18:35:13 +08:00
joye
a3934c5141
update shader
2025-06-05 16:26:00 +08:00
joye
65df6b65ed
update variable to not hard coding
2025-06-05 15:09:35 +08:00
joye
69b6a8b20c
update shader
2025-06-04 15:18:00 +08:00
joye
075527783c
update shader
2025-06-04 12:21:38 +08:00
joye
37555a8f66
the current best kernel
2025-06-03 15:56:33 +08:00
joye
850b9adbf9
current perf best kernel
2025-06-03 12:56:38 +08:00
joye
d50a7ac6cb
update problem shader
2025-06-03 11:08:26 +08:00
joye
f8bc223a58
update kernel to pass
2025-06-03 09:27:57 +08:00
joye
fb171f567b
update template parameters
2025-06-03 09:07:51 +08:00
joye
8553458b9b
fix some compiling errors
2025-06-03 09:00:47 +08:00
joye
2a3dcc6d51
delete a typo error
2025-06-03 08:54:34 +08:00
joye
d24bf107db
update some codes
2025-06-03 08:52:00 +08:00
joye
945e3a44ad
add another kernel
2025-06-03 08:37:20 +08:00
Bartłomiej Kocot
e7906dd644
Change relu to clamp for grouped conv fwd instances ( #2249 )
2025-05-29 00:51:25 +02:00
Adam Dickin
6df1c56ad6
Changes to allow MIOpen to build CK as part of its build. ( #2247 )
...
* tweaks to the miopen specific build. add way to skip clang-tidy checks and a way to skip some custom build targets MIOpen also has.
* move the tidy if statment
---------
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com >
2025-05-28 13:51:15 -07:00
BrianHarrisonAMD
e91be7d96a
Add option to disable offload compress for CK builds ( #2250 )
...
* Add option to disable offload compress for CK builds
* Remove gemm exe offload compress flag conditional
2025-05-28 13:47:56 -07:00
Casey-Shi
29574f05f7
change from ninja to make ( #2253 )
2025-05-28 09:25:05 -07:00
Illia Silin
bbdaf79a52
Revert "[CK_tile] Add rotating buffer feature for universal gemm ( #2200 )" ( #2256 )
...
This reverts commit 99857e10e6 .
2025-05-28 09:46:52 -06:00
Casey-Shi
4286eae09a
fix type hint ( #2254 )
2025-05-28 08:43:58 -07:00
Sami Remes
9bd01b624e
Remove extra if from CMakeLists.txt of gemm tests ( #2213 )
2025-05-28 15:25:09 +02:00
Khushbu Agarwal
99857e10e6
[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
2025-05-27 23:00:58 -07:00
Aviral Goel
c52649ad57
Add catch blocks in example GEMM apps to enable better error handling (Issue: 1928) ( #2234 )
...
* added catch statements to examples
* clang format
2025-05-27 22:32:42 -07:00
dependabot[bot]
132bd5b874
Bump rocm-docs-core[api_reference] from 1.18.4 to 1.19.0 in /docs/sphinx ( #2237 )
...
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core ) from 1.18.4 to 1.19.0.
- [Release notes](https://github.com/ROCm/rocm-docs-core/releases )
- [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/ROCm/rocm-docs-core/compare/v1.18.4...v1.19.0 )
---
updated-dependencies:
- dependency-name: rocm-docs-core[api_reference]
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 06:53:12 -07:00