Yung-sheng Tu
|
6df2d70143
|
Implement device_gemm_universal_preshuffle_instance for RDNA4 (#3429)
* add device_gemm_wmma_cshuffle_v3_b_preshuffle.hpp
* add examples
* add instances to test
* remove duplicate code between examples
|
2026-01-15 07:19:31 -08:00 |
|
Aviral Goel
|
004784ef98
|
chore(copyright) update library wide CMakeLists.txt copyright header template (#3313)
* chore(copyright) update library wide CMakeLists.txt files copyright header template
* Fix build
---------
Co-authored-by: Sami Remes <samremes@amd.com>
|
2025-11-28 13:49:54 -08:00 |
|
Aviral Goel
|
f6c999bddb
|
chore(copyright): update copyright header for test directory (#3265)
|
2025-11-22 19:38:27 -05:00 |
|
Enrico Degregori
|
507d81c3af
|
Fix splitk preshuffle (#3137)
* Fix splitK multiply_multiply_wp
* Add tests for gemm_multiply_multiply_wp
* Add tests for gemm_universal_preshuffle (KBatch = 1)
* Add tests gemm_blockscale_wp
* Fix splitk gemm universal preshuffle
* Run new tests on arch supporting fp8
* Restore example
* Fix strides profiler
* Fix tests
* Fix clang format
* Finalize profiler preshuffle with tolerances
* Minor improvements to splitk related changes
* Address review comments: clang format and ckProfiler typo
* Remove b_k_split_offset from SplitKBatchOffset struct
|
2025-11-03 11:59:01 -08:00 |
|