Commit Graph

177 Commits

Author SHA1 Message Date
Chao Liu
5e7dff691c refactor
[ROCm/composable_kernel commit: 7a89684f92]
2019-06-06 16:50:35 -05:00
Chao Liu
c26ccd3d07 use more constexpr
[ROCm/composable_kernel commit: 709f13a6d7]
2019-06-04 20:00:48 -05:00
Chao Liu
f11222a3ac try using more constexpr
[ROCm/composable_kernel commit: 498e71b098]
2019-06-04 17:02:49 -05:00
Chao Liu
60ca6e4bcc tuned
[ROCm/composable_kernel commit: 33c38e2a23]
2019-06-03 10:50:25 -05:00
Chao Liu
29acbaeb77 refactor
[ROCm/composable_kernel commit: 97ba755f2f]
2019-05-31 22:28:32 -05:00
Chao Liu
fc219b5877 refactor
[ROCm/composable_kernel commit: 8d4607403e]
2019-05-31 09:59:00 -05:00
Chao Liu
e4c69380ee refactor
[ROCm/composable_kernel commit: 3a6044aa84]
2019-05-31 01:25:14 -05:00
Chao Liu
3e7d31c326 added lds doubl buffer for implicit gemm v4 (nchw, kcyx)
[ROCm/composable_kernel commit: ad5db169b6]
2019-05-30 20:55:21 -05:00
Chao Liu
be1b3be83d added implicit gemm v4 (nchw, kcyx)
[ROCm/composable_kernel commit: cb78cc74b7]
2019-05-30 20:28:01 -05:00
Chao Liu
db876ea7ec adding implicit gemm v4 (nchw, kcyx)
[ROCm/composable_kernel commit: b2439ec9dd]
2019-05-30 17:50:49 -05:00
Chao Liu
fa3cbd975d adding implicit gemm v4 (nchw, kcyx)
[ROCm/composable_kernel commit: 0a2657312e]
2019-05-30 00:07:39 -05:00
Chao Liu
b9f18c06d4 implicit gemm v3 added lds double buffer
[ROCm/composable_kernel commit: 8c385cf5cf]
2019-05-24 17:17:22 -05:00
Chao Liu
002c0abaf8 added implicit GEMM v3
[ROCm/composable_kernel commit: 8fcf3f1e68]
2019-05-23 23:54:31 -05:00
Chao Liu
55cd4a3aa0 refactor
[ROCm/composable_kernel commit: 8ce1480430]
2019-05-23 22:53:35 -05:00
Chao Liu
39b829b919 adding implicit gemm v3
[ROCm/composable_kernel commit: 1cc683a3a3]
2019-05-23 22:10:40 -05:00
Chao Liu
979dc4da2e adding implicit gemm v3
[ROCm/composable_kernel commit: 8a4b59785b]
2019-05-22 19:39:56 -05:00
Chao Liu
c562401581 behavior has changed (better and worse), figuring out why
[ROCm/composable_kernel commit: 2a48812edb]
2019-05-21 16:43:56 -05:00
Chao Liu
45e1ad4dea adding ConstantMergedTensorDescriptor, refactering ConstantTensorDescriptor, Sequence
[ROCm/composable_kernel commit: acd7082fe1]
2019-05-21 16:17:58 -05:00
Chao Liu
2c97c114cf refactor
[ROCm/composable_kernel commit: cd29b09a82]
2019-05-19 11:41:00 -05:00
Chao Liu
dec8c3ebdd adding implicit gemm v3
[ROCm/composable_kernel commit: 33b5a8556b]
2019-05-16 22:23:18 -05:00
Chao Liu
ac7741cc7c adding implicit gemm v3
[ROCm/composable_kernel commit: b7d052459d]
2019-05-15 09:58:17 -05:00
Chao Liu
eb289d06a3 remove dead code
[ROCm/composable_kernel commit: 4a99f54c31]
2019-05-02 11:09:42 -05:00
Chao Liu
537c363633 v1r3 nchw*cyxk=nkhw lds double buffer
[ROCm/composable_kernel commit: d2436a58c4]
2019-04-27 15:06:15 -05:00
Chao Liu
ba02fcbfe0 fix v1r3 output reorder bug
[ROCm/composable_kernel commit: 63cdc6d2a4]
2019-04-27 00:58:49 -05:00
Chao Liu
72f3c44073 nchw*cyxk*nkhw on AMD
[ROCm/composable_kernel commit: c138e2126d]
2019-04-26 18:03:55 -05:00
Chao Liu
f5b53b6f69 debugging ds_read asm
[ROCm/composable_kernel commit: 3ce77700b6]
2019-04-26 15:34:55 -05:00
Chao Liu
87e3e0dd9a trying gemm asm
[ROCm/composable_kernel commit: 46a0aec185]
2019-04-26 10:20:02 -05:00
Chao Liu
04e99df5df tuning on vega 20
[ROCm/composable_kernel commit: 2603bb0fe3]
2019-04-25 17:28:59 -05:00
Chao Liu
868068eee1 implicit gemm v1r3 nchw_cyxk_nkhw
[ROCm/composable_kernel commit: a903146427]
2019-04-25 15:14:39 -05:00
Chao Liu
21988c32b4 added implicit gemm v1r3 lds_double_buffer NCHW * CYXK = KNHW, reworked static functionals
[ROCm/composable_kernel commit: 569ad66e2a]
2019-04-23 17:51:14 -05:00
Chao Liu
fe17969c81 added lds double buffer (on C dimension) for implicit gemm v1r3, as a result, it should achieve 90% of peak for all filter sizes, on CHWN format
[ROCm/composable_kernel commit: 87d8740bf5]
2019-04-19 17:49:25 -05:00
Chao Liu
26fab71682 added implicit gemm v1r3, refactored decomposition of wei tensor (loop over y, x first, and C second) to allow easy lds double buffer on C
[ROCm/composable_kernel commit: 6d066ede00]
2019-04-19 16:46:29 -05:00
Chao Liu
f367814ef7 added GridwiseConvolutionImplicitGemm_v1r2_nchw_cyxk_khwn
[ROCm/composable_kernel commit: 5ce19234a4]
2019-04-19 14:22:02 -05:00
Chao Liu
d0244d3a51 implicit gemm v1r2: adding support for nchw
[ROCm/composable_kernel commit: 19f17df47a]
2019-04-18 11:49:09 -05:00
Chao Liu
482e5e9293 refactor ConstantTensorDescriptor and functional
[ROCm/composable_kernel commit: 17f3d2d4bc]
2019-04-16 17:36:18 -05:00
Chao Liu
fb7f132a64 refactor
[ROCm/composable_kernel commit: a2cf803c7e]
2019-04-13 16:21:55 -05:00
Chao Liu
70e58e6331 refactor
[ROCm/composable_kernel commit: 3ffb824ed3]
2019-04-13 16:21:44 -05:00
Chao Liu
59e72ade87 tuning
[ROCm/composable_kernel commit: 7d8daba741]
2019-04-13 15:53:03 -05:00
Chao Liu
8b7eafe959 implicit gemm v1r2: only load 1d filter
[ROCm/composable_kernel commit: 00899f191b]
2019-04-13 11:19:17 -05:00
Chao Liu
2fc34a9169 tuned implicit gemm v1 for 3x3 on AMD to 82%. Fixed a bug in 4d tensor blockwise copy.
[ROCm/composable_kernel commit: 96ee9571e2]
2019-04-10 18:10:18 -05:00
Chao Liu
c8aed9eef4 update flops calculation
[ROCm/composable_kernel commit: edc89778c3]
2019-04-10 15:35:00 -05:00
Chao Liu
8562528743 add 3x3 28x28 case
[ROCm/composable_kernel commit: 71434918bf]
2019-04-10 11:33:57 -05:00
Chao Liu
35140bbc9e enabled ds_read_b128 and ds_write_b128 on hip c++
[ROCm/composable_kernel commit: e624df922d]
2019-04-09 19:05:44 -05:00
Chao Liu
75ca00f748 tidy yp
[ROCm/composable_kernel commit: 471830a052]
2019-04-09 18:07:36 -05:00
Chao Liu
4fba215ede refactor
[ROCm/composable_kernel commit: 1bd880a674]
2019-04-09 16:13:14 -05:00
Chao Liu
e99510c4db load smaller weight tensor
[ROCm/composable_kernel commit: 796f72e26e]
2019-04-08 23:57:13 -05:00
Chao Liu
85a7489a14 refactor
[ROCm/composable_kernel commit: 5b36aeadeb]
2019-04-08 16:13:17 -05:00
Chao Liu
709d9581bf added implicit_gemm_v1 lds double_buffer
[ROCm/composable_kernel commit: cc0fa73acd]
2019-04-08 14:11:55 -05:00
Chao Liu
217b1306e6 add more assertion
[ROCm/composable_kernel commit: c075d3f7d9]
2019-04-08 12:02:56 -05:00
Chao Liu
8cb0a5b05f tidy up
[ROCm/composable_kernel commit: 268d1c717c]
2019-04-08 10:48:29 -05:00