File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ local optimize_mapping = require("regent/optimize_mapping")
46
46
local optimize_traces = require (" regent/optimize_traces" )
47
47
local passes_hooks = require (" regent/passes_hooks" )
48
48
local pretty = require (" regent/pretty" )
49
- local log = require (" common/log " )
49
+ local report = require (" common/report " )
50
50
local std = require (" regent/std" )
51
51
local vectorize_loops = require (" regent/vectorize_loops" )
52
52
@@ -5531,8 +5531,8 @@ local function spmdize_eligible_loop(cx, loops)
5531
5531
-- loops[new_loop] = true
5532
5532
return true
5533
5533
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" )
5536
5536
end
5537
5537
end
5538
5538
return false
You can’t perform that action at this time.
0 commit comments