mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-26 08:00:13 +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.
[ROCm/composable_kernel commit: 5ed2046bee]
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