zjing14
|
c05b73844b
|
Add bfp16/int8 support into XDL GEMM operator (#50)
* init StaticBufferV2
* clean
* adopt old output stage for staticBufferV2
* clean
* remove hack
* clean
* clean
* add parameters
* clean code
* move c_buffer alloc into blockwise gemm
* add adaptors for m/n_thread_data_on_grid
* tweak gemm
* adjust blockwise_gemm_xdlops
* tweak
* update conv
* update script
* adding bwd 1x1
* update script
* adding 1x1 bwd
* debugging bwd 1x1 failure
* update script
* update script
* test
* test v100
* add bf16_1k
* clang-format
* clean
* add bfp16 for gfx908
* add verification
* clean up
* clean code
* restore bfl16
* clean
* add bfp16 support into gemm_driver
* apply new generator to other drivers
* add int8 support
* cleanb
* clean
* clean
* clean
Co-authored-by: Chao Liu <chao.liu2@amd.com>
Co-authored-by: Chao Liu <lc.roy86@gmail.com>
Co-authored-by: root <root@hayabusa6111.amd.com>
[ROCm/composable_kernel commit: 3737bb039a]
|
2021-11-15 10:24:39 -06:00 |
|
Chao Liu
|
b9f9ed96ac
|
ckProfiler and device-level XDL GEMM operator (#48)
* add DeviceGemmXdl
* update script
* fix naming issue
* fix comment
* output HostTensorDescriptor
* rename
* padded GEMM for fwd v4r4r4 nhwc
* refactor
* refactor
* refactor
* adding ckProfiler
* adding ckProfiler
* refactor
* fix tuning parameter bug
* add more gemm instances
* add more fp16 GEMM instances
* fix profiler driver
* fix bug in tuning parameter
* add fp32 gemm instances
* small fix
* refactor
* rename
* refactor gemm profiler; adding DeviceConv and conv profiler
* refactor
* fix
* add conv profiler
* refactor
* adding more GEMM and Conv instance
* Create README.md
Add build instruction for ckProfiler
* Create README.md
Add Readme for gemm_xdl example
* Update README.md
Remove build instruction from top most folder
* Update README.md
* clean up
[ROCm/composable_kernel commit: e823d518cb]
|
2021-11-14 11:28:32 -06:00 |
|
Chao Liu
|
0e75841071
|
Tweak GEMM kernel (#38)
* add parameters
* tweak gemm
* tweak
* update conv
* update script
* adding bwd 1x1
* update script
* adding 1x1 bwd
* debugging bwd 1x1 failure
* update script
* update script
* test
* test v100
* clean up
[ROCm/composable_kernel commit: b3e8d57d51]
|
2021-10-06 11:12:36 -05:00 |
|
ltqin
|
79b671c5dd
|
Backward weight v4r4r2 with xdlops (#18)
* start
* modify transformat
* modify device convolutiion
* modify host
* added host conv bwd and wrw
* remove bwd, seperate wrw
* clean
* hacall k to zero
* out log
* fixed
* fixed
* change to (out in wei)
* input hack
* hack to out
* format
* fix by comments
* change wei hacks(wei transform has not merge)
* fix program once issue
* fix review comment
* fix vector load issue
* tweak
Co-authored-by: ltqin <letaoqin@amd.com>
Co-authored-by: Jing Zhang <jizhan@amd.com>
Co-authored-by: Chao Liu <chao.liu2@amd.com>
[ROCm/composable_kernel commit: 627d8ef35a]
|
2021-08-30 22:49:17 -05:00 |
|
Chao Liu
|
c5a4edb9e8
|
rename
[ROCm/composable_kernel commit: c03045ce2d]
|
2021-08-10 23:45:36 +00:00 |
|
Chao Liu
|
a0df0eb029
|
fix kernel filename
[ROCm/composable_kernel commit: 2c48039d0e]
|
2021-08-10 22:15:23 +00:00 |
|
Chao Liu
|
7b306ba01c
|
tidy
[ROCm/composable_kernel commit: d18428901e]
|
2021-08-09 18:20:02 -05:00 |
|
Chao Liu
|
590dde14c8
|
tidy
[ROCm/composable_kernel commit: 56fc0842b3]
|
2021-08-09 19:27:49 +00:00 |
|
Chao Liu
|
193f7cbbcf
|
tidy
[ROCm/composable_kernel commit: e62bae7a4a]
|
2021-08-09 15:11:35 +00:00 |
|