File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232-- Dataflow IR
3333
3434local ast = require (" regent/ast" )
35- local data = require (" regent /data" )
35+ local data = require (" common /data" )
3636
3737local flow = ast.make_factory(" flow" )
3838
Original file line number Diff line number Diff line change 3232-- Conversion from AST to Dataflow IR
3333
3434local ast = require (" regent/ast" )
35- local data = require (" regent /data" )
35+ local data = require (" common /data" )
3636local flow = require (" regent/flow" )
3737local flow_region_tree = require (" regent/flow_region_tree" )
3838local passes_hooks = require (" regent/passes_hooks" )
Original file line number Diff line number Diff line change 3535
3636local ast = require (" regent/ast" )
3737local codegen = require (" regent/codegen" )
38- local data = require (" regent /data" )
38+ local data = require (" common /data" )
3939local flow = require (" regent/flow" )
4040local flow_extract_subgraph = require (" regent/flow_extract_subgraph" )
4141local flow_to_ast = require (" regent/flow_to_ast" )
Original file line number Diff line number Diff line change 3030-- Dataflow-based SPMD Optimization
3131
3232local ast = require (" regent/ast" )
33- local data = require (" regent /data" )
33+ local data = require (" common /data" )
3434local codegen = require (" regent/codegen" )
3535local flow = require (" regent/flow" )
3636local flow_extract_subgraph = require (" regent/flow_extract_subgraph" )
Original file line number Diff line number Diff line change 2929
3030-- Summarize Privileges used in Subgraph of Node
3131
32- local data = require (" regent /data" )
32+ local data = require (" common /data" )
3333local flow = require (" regent/flow" )
3434local std = require (" regent/std" )
3535
Original file line number Diff line number Diff line change 3232-- Conversion from Dataflow IR to AST
3333
3434local ast = require (" regent/ast" )
35- local data = require (" regent /data" )
35+ local data = require (" common /data" )
3636local flow = require (" regent/flow" )
3737local flow_region_tree = require (" regent/flow_region_tree" )
3838local passes_hooks = require (" regent/passes_hooks" )
You can’t perform that action at this time.
0 commit comments