Closed smeso closed 3 months ago
When using multiple threads, it is not enough to check for the tensors to be contiguous for ggml_compute_forward_dup_same_cont to work correctly. The tensors strides also need to match.
ggml_compute_forward_dup_same_cont
When using multiple threads, it is not enough to check for the tensors to be contiguous for
ggml_compute_forward_dup_same_cont
to work correctly. The tensors strides also need to match.