Skip to content

Commit 254bc95

Browse files
committed
remove debugging
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent c04d334 commit 254bc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/operators/gdpa/gdpa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1952,7 +1952,7 @@ def alloc_fn(size: int, alignment: int, stream: int | None):
19521952
ad_to_request_offset = create_dummy_tensor(query)
19531953

19541954
activation_enum_int = activation_string_to_int(activation)
1955-
print("activation_enum_int", activation, activation_enum_int)
1955+
# print("activation_enum_int", activation, activation_enum_int)
19561956
kernel_info = capture_triton(kernel_fn)[grid](
19571957
q,
19581958
query_offset,

0 commit comments

Comments
 (0)