mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 03:49:41 +00:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user