We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b3b3d commit 7e358dfCopy full SHA for 7e358df
1 file changed
iron/operators/mha/test.py
@@ -81,7 +81,7 @@ def test_mha(
81
num_KV_heads=num_kv_heads,
82
num_of_pipelines=num_pipelines,
83
context=aie_context,
84
- ) # VJUNG: TODO: Pass the verbose flag to the operator for debugging
+ )
85
86
input_buffers = {
87
"Q": golden_ref["Q"].flatten(),
0 commit comments