This website requires JavaScript.
Explore
Help
Register
Sign In
ROCm
/
composable_kernel
Watch
1
Star
0
Fork
0
You've already forked composable_kernel
mirror of
https://github.com/ROCm/composable_kernel.git
synced
2026-07-13 02:27:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a6dbb39e904747de43b021d5800ba746b0de82ad
composable_kernel
/
include
/
ck
/
tensor_operation
/
gpu
History
kiefer
a6dbb39e90
After the convolution to gemm transformation, the resulting 2D tensor descriptors are not necessarily RowMajor or ColumnMajor, so things should not rely on this distinction. Therefore, pass all RowMajor to the Gridwise and use a special version of CheckValidity that does not rely on 2D tensor layouts.
2025-09-18 08:06:09 +00:00
..
block
upgrade from clang-format-12 to clang-format-18 (
#2568
)
2025-07-28 11:34:07 -07:00
device
After the convolution to gemm transformation, the resulting 2D tensor descriptors are not necessarily RowMajor or ColumnMajor, so things should not rely on this distinction. Therefore, pass all RowMajor to the Gridwise and use a special version of CheckValidity that does not rely on 2D tensor layouts.
2025-09-18 08:06:09 +00:00
element
Merge remote-tracking branch 'origin/develop' into 90-prepare-an-upstream-pr-for-multipled-based-gemms
2025-08-06 07:47:43 +00:00
grid
After the convolution to gemm transformation, the resulting 2D tensor descriptors are not necessarily RowMajor or ColumnMajor, so things should not rely on this distinction. Therefore, pass all RowMajor to the Gridwise and use a special version of CheckValidity that does not rely on 2D tensor layouts.
2025-09-18 08:06:09 +00:00
thread
Add instances for all 8-bit 3D vanilla grouped conv fwd types, including mixed types but with the exception of deprecated f16 comp fp8. Adapt test so we can test 8-bit and mixed types.
2025-08-26 09:20:38 +00:00
warp
clang-format-18
2025-08-06 11:53:43 +00:00