Skip to content

Commit

Permalink
Update for Regent reorganization.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 11, 2016
1 parent f37f5d6 commit 2f82427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/src/regent/flow_spmd.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ local optimize_mapping = require("regent/optimize_mapping")
local optimize_traces = require("regent/optimize_traces")
local passes_hooks = require("regent/passes_hooks")
local pretty = require("regent/pretty")
local log = require("common/log")
local report = require("common/report")
local std = require("regent/std")
local vectorize_loops = require("regent/vectorize_loops")

Expand Down Expand Up @@ -5531,8 +5531,8 @@ local function spmdize_eligible_loop(cx, loops)
-- loops[new_loop] = true
return true
elseif has_demand_spmd(cx, loop) then
log.error(cx.graph:node_label(loop),
"unable to apply SPMD transformation")
report.error(cx.graph:node_label(loop),
"unable to apply SPMD transformation")
end
end
return false
Expand Down

0 comments on commit 2f82427

Please sign in to comment.