Skip to content

Wrong size of matrix in matmul figure #1

@akihironitta

Description

@akihironitta

I assume the size of matrix B in the figure below should be (n, p) instead of (m, p):

For input arrays where A.shape == (m, n) and B.shape == (n, p) then the result shape will be C.shape = (m, p).

URL: https://nyu-cds.github.io/python-numba/05-cuda/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions