Skip to content

Commit 97f424d

Browse files
Michael Richard MckinseyMichael Richard Mckinsey
Michael Richard Mckinsey
authored and
Michael Richard Mckinsey
committed
black
1 parent ce489cc commit 97f424d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

thicket/ncu.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ def _read_ncu(thicket, ncu_report_mapping, debug=False):
9393

9494
# Relevant for kernel matching
9595
variant = thicket.metadata.loc[ncu_hash, "variant"]
96-
raja_lambda_cuda = variant.upper() == "RAJA_CUDA" or variant.upper() == "LAMBDA_CUDA"
96+
raja_lambda_cuda = (
97+
variant.upper() == "RAJA_CUDA" or variant.upper() == "LAMBDA_CUDA"
98+
)
9799

98100
# Load file
99101
report = ncu_report.load_report(ncu_report_file)

0 commit comments

Comments
 (0)