I need some help for my DCV update
Ferhat Kurtulmuş
aferust at gmail.com
Fri Nov 26 10:06:57 UTC 2021
On Friday, 26 November 2021 at 09:31:42 UTC, drug wrote:
> On 26.11.2021 12:16, Ferhat Kurtulmuş wrote:
> InputTensor = Slice!(ubyte*, 2LU, mir_slice_kind.contiguous)
> and KernelTensor = Slice!(float*, 2LU,
> mir_slice_kind.contiguous). The key argument of slices is a
> pointee type - InputTensor pointee has ubyte type and
> KernelTensor has float. I'm not sure this solves your problem
> but at least I'd start from here.
Yes, but this is how the original code was written.
More information about the Digitalmars-d-learn
mailing list