experimenting

[ROCm/composable_kernel commit: 766b0a9eaf]
This commit is contained in:
Chao Liu
2019-03-24 12:09:57 -05:00
parent 6f1651f8a7
commit cd883e7581
33 changed files with 1886 additions and 1822 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include "constant_integral.hip.hpp"
template <unsigned NLoop>
template <index_t NLoop>
struct static_loop_n
{
template <class F>
@@ -24,7 +24,7 @@ struct static_loop_n<1>
}
};
template <unsigned NLoop>
template <index_t NLoop>
struct static_const_reduce_n
{
template <class F, class Reduce>