Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwak-work committed Feb 14, 2025
1 parent 5665625 commit fa32e98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/slang/slang-ir-autodiff.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,10 @@ struct DifferentialPairTypeBuilder

// Cache from pair types to lowered type.
//
// When we cache `IRDifferentialPairUserCodeType`, we should ignore the second operand which is witness table.
// If we don't, we will end up emiting duplicated types whose members are identical.
//
// When we cache `IRDifferentialPairUserCodeType`, we should ignore the second operand which is
// witness table. If we don't, we will end up emiting duplicated types whose members are
// identical.
//
struct PairCacheKey
{
IRInst* inst;
Expand Down

0 comments on commit fa32e98

Please sign in to comment.