Skip to content

Commit 2f82427

Browse files
Update for Regent reorganization.
1 parent f37f5d6 commit 2f82427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: plugin/src/regent/flow_spmd.t

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local optimize_mapping = require("regent/optimize_mapping")
4646
local optimize_traces = require("regent/optimize_traces")
4747
local passes_hooks = require("regent/passes_hooks")
4848
local pretty = require("regent/pretty")
49-
local log = require("common/log")
49+
local report = require("common/report")
5050
local std = require("regent/std")
5151
local vectorize_loops = require("regent/vectorize_loops")
5252

@@ -5531,8 +5531,8 @@ local function spmdize_eligible_loop(cx, loops)
55315531
-- loops[new_loop] = true
55325532
return true
55335533
elseif has_demand_spmd(cx, loop) then
5534-
log.error(cx.graph:node_label(loop),
5535-
"unable to apply SPMD transformation")
5534+
report.error(cx.graph:node_label(loop),
5535+
"unable to apply SPMD transformation")
55365536
end
55375537
end
55385538
return false

0 commit comments

Comments
 (0)