Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/kernelbench/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def eval_kernel_against_ref(
torch.cuda.synchronize(device=device)
if verbose:
print("[Eval] New Model with Custom CUDA Kernel Loaded")
except RuntimeError as e:
except Exception as e:
print(
f"Failed to load custom CUDA kernel; Compiled but not able to run, count as runtime error. \nError: {e}"
)
Expand Down