Mojo function
conv_gpu
conv_gpu[conv_rank: Int, //, input_layout: Layout, filter_layout: Layout, output_layout: Layout, input_type: DType, filter_type: DType, output_type: DType, maybe_epilogue_func: OptionalReg[fn[dtype: DType, rank: Int, width: Int](IndexList[rank], SIMD[dtype, width]) capturing -> None] = None, filter_is_fcrs: Bool = False](input: LayoutTensor[input_type, input_layout, MutableAnyOrigin], filter: LayoutTensor[filter_type, filter_layout, MutableAnyOrigin], output: LayoutTensor[output_type, output_layout, MutableAnyOrigin], stride: IndexList[conv_rank], dilation: IndexList[conv_rank], padding: IndexList[conv_rank], num_groups: Int, ctx: DeviceContext)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!