Skip to content

Commit

Permalink
Remove unnecessary comments [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Jan 22, 2024
1 parent 41a491c commit bc22242
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions btas/generic/cp_als.h
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,6 @@ namespace btas {
}
KRP_dims.push_back(ndim);
contract(this->one, tensor_ref, tref_indices, KhatriRao, KRP_dims, this->zero, temp, An_indices);

// without MKL program cannot perform the swapping algorithm, must compute
// flattened intermediate
// gemm(blas::Op::NoTrans, blas::Op::NoTrans, this->one, new_flatten(tensor_ref, n), this->generate_KRP(n, rank, true), this->zero, temp);
#endif

if(lambda != 0){
Expand Down

0 comments on commit bc22242

Please sign in to comment.