Skip to content

Commit

Permalink
fypp sparse_types template
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz committed Apr 20, 2024
1 parent f18a017 commit 9a546ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/common.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
#! Collected (kind, type) tuples for integer types
#:set INT_KINDS_TYPES = list(zip(INT_KINDS, INT_TYPES))

#! Sparse types to be considered during templating
#:set SPARSE_TYPES = ["COO", "CSR", "CSC", "ELL","dense","diagonal"]

#! Generates an array rank suffix.
#!
Expand Down

0 comments on commit 9a546ff

Please sign in to comment.