Skip to content

taco expressionless mode #88

Open
Open
@fredrikbk

Description

@fredrikbk

We should extend the taco tool to support a workflow where it is not given an expression, but instead computes using only input kernels.

Example:

taco -t=a,B,c -f=B:ds -i=B:mat.tns -i=c:vec.tns -read-source=spmv.c

The -t option specifies the tensors in the kernel. The list is ordered and the first tensor is the result.

Alternatively:

taco -f=B:ds -i=B:mat.tns -i=c:vec.tns -read-source=spmv.c:a,B,c

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions