We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c936c3 commit 1a10751Copy full SHA for 1a10751
torch/_inductor/codegen/debug_utils.py
@@ -231,7 +231,7 @@ def codegen_intermediate_tensor_value_print(
231
# check if filtered kernel name list is provided
232
if (
233
len(self.filtered_kernel_names_to_print) > 0
234
- and kernel_name not in self.filtered_kernel_names_to_print
+ and kernel_name.lower() not in self.filtered_kernel_names_to_print
235
):
236
continue
237
0 commit comments