mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 13:41:24 +00:00
Add the last two forward instance traits. (#3134)
* Add InstanceTraits for DeviceGroupedConvFwdMultipleD_Wmma_CShuffle * Add InstanceTraits for kernel_grouped_conv_fwd_dl_multiple_d * A few small changes to fix broken instance traits.
This commit is contained in:
@@ -1760,6 +1760,8 @@ struct FastNumericArrayConverter<uint8_t, half_t, N>
|
||||
|
||||
struct DynamicUnaryOp
|
||||
{
|
||||
static constexpr const char* name = "DynamicUnaryOp";
|
||||
|
||||
__host__ __device__ DynamicUnaryOp() = delete;
|
||||
|
||||
__host__ __device__ DynamicUnaryOp(const Swish& swish)
|
||||
|
||||
Reference in New Issue
Block a user