Skip to content

gfor example matmul failed #1901

@JosefJerabek

Description

@JosefJerabek

The code in example for gfor http://arrayfire.org/docs/page_gfor.htm (most bottom) fails.

// BEFORE
gfor (seq k, 400) {
  array B = A(span,k);
  C(span,span,k) = matmulNT(B * B);  // outer product expansion runs out of memory
}

Error message: matmul can not be used in batch mode

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions