Skip to content

Commit 8e3b32f

Browse files
committed
add attribute of derivative member
1 parent 0ea0e5a commit 8e3b32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/standard-modules/neural/accelerate-vector-coopmat.slang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ public struct WaveTangledVector<T, ShMemPool : ISharedMemoryPool, int N, int Sub
11671167
internal static const uint ElementCountPerVector = sizeof(uint4) / sizeof(DTypeMatC);
11681168
internal static const int Uint4AlignedInputSize = ((N + (ElementCountPerVector - 1)) / ElementCountPerVector) * ElementCountPerVector;
11691169

1170-
// [DerivativeMember(Differential.data)]
1170+
[DerivativeMember(Differential.data)]
11711171
internal T[Uint4AlignedInputSize] data;
11721172
public int getCount() { return N; }
11731173

0 commit comments

Comments
 (0)