Skip to content

Commit

Permalink
rm assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 31, 2025
1 parent a9eb7b2 commit 8b9b4ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enzyme_ad/jax/Passes/SROAWrappers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct SROAWrappersPass
assert(oldBlock.getNumArguments() == 0);
b.createBlock(&newRegion, newRegion.end());
for (auto &op : oldBlock) {
assert(op.hasTrait<mlir::OpTrait::IsIsolatedFromAbove>());
// FIXME in reality, this check should be whether the entirety
// (all nested ops with all (transitively) used symbol as well) of
// the op is translatable to llvm ir.
Expand Down

0 comments on commit 8b9b4ec

Please sign in to comment.