mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 09:16:52 +00:00
Dynamic tensor descriptor (#24)
* support dynamic tensor descriptor * use buffer load OOB feature for padding case * add navi support * add int8x4 inference kernel Co-authored-by: Chao Liu <chao@ixt-rack-81.local.lan> Co-authored-by: Jing Zhang <jizhan@amd.com>
This commit is contained in:
@@ -2,21 +2,26 @@
|
||||
#define CK_COMMON_HEADER_HPP
|
||||
|
||||
#include "config.hpp"
|
||||
#include "utility.hpp"
|
||||
#include "integral_constant.hpp"
|
||||
#include "number.hpp"
|
||||
#include "float_type.hpp"
|
||||
#include "type.hpp"
|
||||
#include "tuple.hpp"
|
||||
#include "math.hpp"
|
||||
#include "sequence.hpp"
|
||||
#include "array.hpp"
|
||||
#include "container_helper.hpp"
|
||||
#include "statically_indexed_array.hpp"
|
||||
#include "container_element_picker.hpp"
|
||||
#include "float_type.hpp"
|
||||
#include "functional.hpp"
|
||||
#include "functional2.hpp"
|
||||
#include "functional3.hpp"
|
||||
#include "functional4.hpp"
|
||||
#include "in_memory_operation.hpp"
|
||||
#include "integral_constant.hpp"
|
||||
#include "math.hpp"
|
||||
#include "number.hpp"
|
||||
#include "sequence.hpp"
|
||||
#include "sequence_helper.hpp"
|
||||
#include "synchronization.hpp"
|
||||
#include "tuple.hpp"
|
||||
#include "tuple_helper.hpp"
|
||||
#include "type.hpp"
|
||||
#include "utility.hpp"
|
||||
|
||||
#if CK_USE_AMD_INLINE_ASM
|
||||
#include "amd_inline_asm.hpp"
|
||||
|
||||
Reference in New Issue
Block a user