From b26368374d754861f2ff22a204fa4a8adc70bbfe Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Tue, 30 Jan 2018 16:42:35 -0600 Subject: [PATCH] re-worded warning --- loopy/statistics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loopy/statistics.py b/loopy/statistics.py index bd61cda3f..6eb17aca1 100755 --- a/loopy/statistics.py +++ b/loopy/statistics.py @@ -1384,8 +1384,8 @@ def get_mem_access_map(knl, numpy_types=True, count_redundant_work=False, warn_with_kernel(knl, "insn_count_subgroups_upper_bound", "get_insn_count: when counting instruction %s with " "count_granularity=subgroup, using upper bound for group size " - "(%d workitems) to compute subgroups per group. If kernel has " - "multiple device programs, actual subgroup count may be lower." + "(%d workitems) to compute subgroups per group. When multiple " + "device programs present, actual subgroup count may be lower." % (insn_id, group_size)) from pytools import div_ceil -- GitLab