Skip to content

Commit 7e358df

Browse files
committed
Remove TODO
1 parent b5b3b3d commit 7e358df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iron/operators/mha/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_mha(
8181
num_KV_heads=num_kv_heads,
8282
num_of_pipelines=num_pipelines,
8383
context=aie_context,
84-
) # VJUNG: TODO: Pass the verbose flag to the operator for debugging
84+
)
8585

8686
input_buffers = {
8787
"Q": golden_ref["Q"].flatten(),

0 commit comments

Comments
 (0)