Skip to content

Laplacian Kernel with COO input #2831

@aamijar

Description

@aamijar

We need to implement a laplacian kernel for coo inputs. The existing laplacian kernel is specifically tailored to csr inputs.

Here is what the algorithm should do:

  1. Calculate the nnz of resulting laplacian (and allocate output space accordingly).
  2. Compute row-wise degrees of input
  3. Insert the degree value in the diagonal
  4. Negate any off diagonal entries

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions