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
codegen/CMakeLists.txt Normal file → Executable file
View File

0
codegen/README.md Normal file → Executable file
View File

0
codegen/driver/main.cpp Normal file → Executable file
View File

View File

View File

0
codegen/include/ck/host/device_gemm_multiple_d.hpp Normal file → Executable file
View File

View File

View File

0
codegen/include/ck/host/headers.hpp Normal file → Executable file
View File

0
codegen/include/ck/host/operation/gemm.hpp Normal file → Executable file
View File

0
codegen/include/ck/host/stringutils.hpp Normal file → Executable file
View File

0
codegen/include/ck/host/types.hpp Normal file → Executable file
View File

0
codegen/include/ck/host/utils.hpp Normal file → Executable file
View File

0
codegen/src/device_batched_gemm_softmax_gemm.cpp Normal file → Executable file
View File

0
codegen/src/device_gemm_multiple_d.cpp Normal file → Executable file
View File

View File

0
codegen/src/device_grouped_conv_fwd_multiple_abd.cpp Normal file → Executable file
View File

0
codegen/src/headers.cpp Normal file → Executable file
View File

0
codegen/src/types.cpp Normal file → Executable file
View File

0
codegen/src/utils.cpp Normal file → Executable file
View File

0
codegen/test/CMakeLists.txt Normal file → Executable file
View File

0
codegen/test/batched_gemm_softmax_gemm.cpp Normal file → Executable file
View File

0
codegen/test/gemm_multiple_d.cpp Normal file → Executable file
View File

0
codegen/test/grouped_conv_fwd_multiple_d_v1.cpp Normal file → Executable file
View File

0
codegen/test/grouped_conv_fwd_multiple_d_v2.cpp Normal file → Executable file
View File

0
codegen/test/grouped_conv_fwd_multiple_d_v3.cpp Normal file → Executable file
View File

0
codegen/test/grouped_conv_fwd_multiple_d_v4.cpp Normal file → Executable file
View File

0
codegen/test/include/common.hpp Normal file → Executable file
View File

0
codegen/test/include/test.hpp Normal file → Executable file
View File

0
codegen/test/rtc/CMakeLists.txt Normal file → Executable file
View File

0
codegen/test/rtc/include/rtc/compile_kernel.hpp Normal file → Executable file
View File

0
codegen/test/rtc/include/rtc/filesystem.hpp Normal file → Executable file
View File

0
codegen/test/rtc/include/rtc/hip.hpp Normal file → Executable file
View File

0
codegen/test/rtc/include/rtc/kernel.hpp Normal file → Executable file
View File

0
codegen/test/rtc/include/rtc/manage_ptr.hpp Normal file → Executable file
View File

0
codegen/test/rtc/include/rtc/tmp_dir.hpp Normal file → Executable file
View File

0
codegen/test/rtc/src/compile_kernel.cpp Normal file → Executable file
View File

0
codegen/test/rtc/src/hip.cpp Normal file → Executable file
View File

0
codegen/test/rtc/src/kernel.cpp Normal file → Executable file
View File

0
codegen/test/rtc/src/tmp_dir.cpp Normal file → Executable file
View File