taco icon indicating copy to clipboard operation
taco copied to clipboard

Compilation error for MTTKRP with dense matrices and DCSR output

Open amirsh opened this issue 2 years ago • 1 comments

On the master branch (as well as the web interface), for the MTTKRP example, the following data formats lead to compilation error:

A: DCSR
B:CSF
D:Dense Array
C:Dense Array

The compilation error is as follows:

error: use of undeclared identifier 'pA852_begin'
    if (pA852_begin < i208A85) {
        ^
1 error generated.

amirsh avatar Mar 25 '22 13:03 amirsh

Seems like a duplicate of #522.

stephenchouca avatar Jun 08 '22 02:06 stephenchouca