for gfx350 kernel debug

This commit is contained in:
root
2025-08-29 03:39:09 +00:00
parent 160788cdf4
commit 6b60a10cc0
3773 changed files with 103126 additions and 77698 deletions

0
example/01_gemm/README.md Normal file → Executable file
View File

0
example/01_gemm/common.hpp Normal file → Executable file
View File

0
example/01_gemm/gemm_dl_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_dl_fp32.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_dl_int4.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_dl_int8.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_dpp_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_wmma_bf16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_wmma_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_wmma_int8.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_bf16_pk_i4_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_bf16_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_fp8.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_fp8_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_pk_i4_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_pk_i4_v3_b_scale.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_streamk_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_v2.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp16_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp64.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp8.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp8_bf8.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp8_pk_i4_bpreshuffle_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp8_pk_i4_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_fp8_v3.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_int4.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_int8.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_lds_direct_load_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_lds_direct_load_fp32.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_skip_b_lds_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_streamk.cpp Normal file → Executable file
View File

0
example/01_gemm/gemm_xdl_wavelet_fp16.cpp Normal file → Executable file
View File

0
example/01_gemm/run_gemm_example.inc Normal file → Executable file
View File

0
example/01_gemm/run_gemm_example_streamk.inc Normal file → Executable file
View File

0
example/01_gemm/run_gemm_example_streamk_v2.inc Normal file → Executable file
View File

0
example/01_gemm/run_gemm_example_v2.inc Normal file → Executable file
View File

0
example/02_gemm_bilinear/CMakeLists.txt Normal file → Executable file
View File

0
example/02_gemm_bilinear/README.md Normal file → Executable file
View File

0
example/02_gemm_bilinear/gemm_bilinear_wmma_fp16.cpp Normal file → Executable file
View File

0
example/02_gemm_bilinear/gemm_bilinear_wmma_int8.cpp Normal file → Executable file
View File

0
example/02_gemm_bilinear/gemm_bilinear_xdl_fp16.cpp Normal file → Executable file
View File

0
example/03_gemm_bias_relu/CMakeLists.txt Normal file → Executable file
View File

0
example/03_gemm_bias_relu/README.md Normal file → Executable file
View File

0
example/03_gemm_bias_relu/gemm_bias_relu_xdl_fp16.cpp Normal file → Executable file
View File

0
example/04_gemm_add_add_fastgelu/CMakeLists.txt Normal file → Executable file
View File

0
example/04_gemm_add_add_fastgelu/README.md Normal file → Executable file
View File

0
example/04_gemm_add_add_fastgelu/common.hpp Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

0
example/09_convnd_fwd/CMakeLists.txt Normal file → Executable file
View File

0
example/09_convnd_fwd/README.md Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_common.hpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_dl_common.hpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_dl_fp16.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_dl_fp32.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_dl_int8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_bf16.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_bf8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_bf8_fp8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_fp16.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_fp16_comp_fp8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_fp32.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_fp64.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_fp8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_fp8_bf8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/convnd_fwd_xdl_int8.cpp Normal file → Executable file
View File

0
example/09_convnd_fwd/run_convnd_fwd_dl_example.inc Normal file → Executable file
View File

0
example/09_convnd_fwd/run_convnd_fwd_example.inc Normal file → Executable file
View File

View File

View File

0
example/12_reduce/CMakeLists.txt Normal file → Executable file
View File

0
example/12_reduce/README.md Normal file → Executable file
View File

0
example/12_reduce/reduce_blockwise.cpp Normal file → Executable file
View File

0
example/12_reduce/reduce_blockwise_impl.hpp Normal file → Executable file
View File

0
example/12_reduce/reduce_blockwise_two_call.cpp Normal file → Executable file
View File

0
example/12_reduce/reduce_example_common.hpp Normal file → Executable file
View File

0
example/12_reduce/reduce_multiblock_atomic_add.cpp Normal file → Executable file
View File

View File

0
example/12_reduce/reduce_threadwise_multi_d.cpp Normal file → Executable file
View File

0
example/12_reduce/reduce_threadwise_multi_d_impl.hpp Normal file → Executable file
View File

0
example/13_pool2d_fwd/CMakeLists.txt Normal file → Executable file
View File

0
example/13_pool2d_fwd/README.md Normal file → Executable file
View File

0
example/13_pool2d_fwd/pool2d_fwd_common.hpp Normal file → Executable file
View File

0
example/13_pool2d_fwd/pool2d_fwd_fp16.cpp Normal file → Executable file
View File

0
example/13_pool2d_fwd/pool2d_fwd_fp32.cpp Normal file → Executable file
View File

0
example/14_gemm_quantization/CMakeLists.txt Normal file → Executable file
View File

View File

View File

Some files were not shown because too many files have changed in this diff Show More