Closed paul-tqh-nguyen closed 2 years ago
This commit also adds a test that currently fails.
// COM: TODO This doesn't work yet. // COM: input -> output(mask) { accumulate_operator, replace } // COM: // COM: CHECK: Test 70 // COM: CHECK-NEXT: [_, 8.8, _, 11, _, _, _, _, _, _] // COM: // COM: graphblas.print %c0 { strings=["Test 7"] } : index // COM: %26 = graphblas.dup %v1 : tensor<?xf64, #CV64> // COM: graphblas.update %v2 -> %26(%mask) { accumulate_operator = "plus", replace = true } : tensor<?xf64, #CV64> -> tensor<?xf64, #CV64>(tensor<?xf64, #CV64>) // COM: graphblas.print %26 { strings=[] } : tensor<?xf64, #CV64>
This commit also adds a test that currently fails.