Commit bd2b3dd7 authored by Alan Turner's avatar Alan Turner
Browse files

Update Descriptor constructor

parent 6a97c046
...@@ -765,7 +765,7 @@ struct DeviceGemmMultipleD_Xdl_CShuffle : public DeviceGemmMultipleD<ALayout, ...@@ -765,7 +765,7 @@ struct DeviceGemmMultipleD_Xdl_CShuffle : public DeviceGemmMultipleD<ALayout,
using EGridDesc_MBlock_MPerBlock_NBlock_NPerBlock = remove_cvref_t<decltype( using EGridDesc_MBlock_MPerBlock_NBlock_NPerBlock = remove_cvref_t<decltype(
GridwiseGemm::MakeEGridDescriptor_MBlock_MPerBlock_NBlock_NPerBlock(EGridDesc_M_N{}))>; GridwiseGemm::MakeEGridDescriptor_MBlock_MPerBlock_NBlock_NPerBlock(EGridDesc_M_N{}))>;
__device__ constexpr Descriptor(DsDesc... dsdesc) __device__ constexpr Descriptor()
{ {
static_assert(GridwiseGemm::CheckValidity(AGridDesc_M_K{}, static_assert(GridwiseGemm::CheckValidity(AGridDesc_M_K{},
BGridDesc_N_K{}, BGridDesc_N_K{},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment