mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 12:41:26 +00:00
[HotFix] add config and version files to pass on build info (#856)
* experiment with config file * experiment with version.h config * add more info to version.h * minor updates * minor updates * fix case where DTYPE is not used * large amount of files but minor changes * remove white space * minor changes to add more MACROs * fix cmakedefine01 * fix issue with CK internal conflict * fix define and define value * fix clang-format * fix formatting issue * experiment with cmake * clang format v12 to be consistent with miopen * avoid clang-format for config file
This commit is contained in:
@@ -35,8 +35,8 @@ struct BlockwiseSoftmax
|
||||
static constexpr index_t MRepeat = ThreadSliceDesc_M_K{}.GetLength(I0);
|
||||
static constexpr index_t KRepeat = ThreadSliceDesc_M_K{}.GetLength(I1);
|
||||
|
||||
using ThreadSliceDesc_M = decltype(
|
||||
make_naive_tensor_descriptor_packed(make_tuple(ThreadSliceDesc_M_K{}.GetLength(I0))));
|
||||
using ThreadSliceDesc_M = decltype(make_naive_tensor_descriptor_packed(
|
||||
make_tuple(ThreadSliceDesc_M_K{}.GetLength(I0))));
|
||||
|
||||
using ThreadwiseMaxReduce = typename conditional<
|
||||
IgnoreNaN,
|
||||
|
||||
Reference in New Issue
Block a user