Skip to content

Commit b81b284

Browse files
committed
chore: fmt
1 parent 8c60fec commit b81b284

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/enzyme_ad/jax/Analysis/StructuredMatrixAnalysis.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ void StructuredSparsityPattern::print(raw_ostream &os) const {
273273
case StructuredSparsityKind::Unknown:
274274
os << "Unknown";
275275
break;
276+
case StructuredSparsityKind::Empty:
277+
os << "Empty";
278+
break;
276279
case StructuredSparsityKind::Dense:
277280
os << "Dense";
278281
break;

src/enzyme_ad/jax/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ cc_library(
10591059
srcs = glob(
10601060
[
10611061
"Analysis/*.cpp",
1062-
"Implementations/*.cpp",
1062+
"Implementations/*.cpp",
10631063
"Passes/*.cpp",
10641064
"Dialect/*.cpp",
10651065
"Dialect/Distributed/*.cpp",

0 commit comments

Comments
 (0)