experimental power analysis branch

This commit is contained in:
Harisankar Sadasivan
2024-04-08 22:29:36 +00:00
parent 285251768e
commit 87efbb63ef
3737 changed files with 456 additions and 396 deletions

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

0
codegen/driver/main.cpp Normal file → Executable 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_gemm_multiple_d.cpp Normal file → Executable file
View 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/gemm_multiple_d.cpp 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/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