AU2019268140A1 - Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections - Google Patents

Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections Download PDF

Info

Publication number
AU2019268140A1
AU2019268140A1 AU2019268140A AU2019268140A AU2019268140A1 AU 2019268140 A1 AU2019268140 A1 AU 2019268140A1 AU 2019268140 A AU2019268140 A AU 2019268140A AU 2019268140 A AU2019268140 A AU 2019268140A AU 2019268140 A1 AU2019268140 A1 AU 2019268140A1
Authority
AU
Australia
Prior art keywords
graph
data
component
components
subset
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
AU2019268140A
Other versions
AU2019268140B2 (en
Inventor
Stephen A. Kukolich
Richard Shapiro
Craig W. Stanfill
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ab Initio Technology LLC
Original Assignee
Ab Initio Technology LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ab Initio Technology LLC filed Critical Ab Initio Technology LLC
Priority to AU2019268140A priority Critical patent/AU2019268140B2/en
Publication of AU2019268140A1 publication Critical patent/AU2019268140A1/en
Application granted granted Critical
Publication of AU2019268140B2 publication Critical patent/AU2019268140B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4494Execution paradigms, e.g. implementations of programming paradigms data driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/36Handling requests for interconnection or transfer for access to common bus or bus system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/43Checking; Contextual analysis
    • G06F8/433Dependency analysis; Data or control flow analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/447Target code generation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/45Exploiting coarse grain parallelism in compilation, i.e. parallelism between groups of instructions
    • G06F8/456Parallelism detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • G06F9/5066Algorithms for mapping a plurality of inter-dependent sub-tasks onto a plurality of physical CPUs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)
  • Devices For Executing Special Programs (AREA)
  • Debugging And Monitoring (AREA)

Abstract

Abstract: A graph-based program specification (628) includes: a plurality of components, each corresponding to a processing task and including one or more ports, including scalar data ports for sending or receiving a single data element and collection data ports for sending or receiving a collection of multiple data elements; and one or more links, each connecting an output port of an upstream component to an input port of a downstream component. Prepared code is generated representing subsets (630, 631) of the plurality of components, including: identifying one or more subset boundaries, including identifying one or more links connecting a collection data port of a component to a scalar data port of a component; forming the subsets based on the identified subset boundaries; and generating prepared code for each formed subset that when used for execution by a runtime system causes processing tasks corresponding to the components in each formed subset to be performed. WO 2016/036819 PCT/US2015/048088 HIGH-LEVEL PROGRAM SPECIFICATION COMPILER/INTERPRETER TASK-BASED SPECIFICATION TAS-BAEDUNTIME INTERFACE/CONTROLLER I-------------------- --- I I/O INTER- BUFFER D 154 FACE MEMORY SOURCE!/ DATA DESTINATION ISTORAGEI COMPUTING NODE 152
AU2019268140A 2014-09-02 2019-11-21 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections Active AU2019268140B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2019268140A AU2019268140B2 (en) 2014-09-02 2019-11-21 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections

Applications Claiming Priority (7)

Application Number Priority Date Filing Date Title
US201462044645P 2014-09-02 2014-09-02
US62/044,645 2014-09-02
US201562164175P 2015-05-20 2015-05-20
US62/164,175 2015-05-20
AU2015312005A AU2015312005B2 (en) 2014-09-02 2015-09-02 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections
PCT/US2015/048088 WO2016036819A1 (en) 2014-09-02 2015-09-02 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections
AU2019268140A AU2019268140B2 (en) 2014-09-02 2019-11-21 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
AU2015312005A Division AU2015312005B2 (en) 2014-09-02 2015-09-02 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections

Publications (2)

Publication Number Publication Date
AU2019268140A1 true AU2019268140A1 (en) 2019-12-12
AU2019268140B2 AU2019268140B2 (en) 2020-10-08

Family

ID=54207677

Family Applications (3)

Application Number Title Priority Date Filing Date
AU2015312005A Active AU2015312005B2 (en) 2014-09-02 2015-09-02 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections
AU2015312012A Active AU2015312012B2 (en) 2014-09-02 2015-09-02 Compiling graph-based program specifications
AU2019268140A Active AU2019268140B2 (en) 2014-09-02 2019-11-21 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections

Family Applications Before (2)

Application Number Title Priority Date Filing Date
AU2015312005A Active AU2015312005B2 (en) 2014-09-02 2015-09-02 Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections
AU2015312012A Active AU2015312012B2 (en) 2014-09-02 2015-09-02 Compiling graph-based program specifications

Country Status (9)

Country Link
US (4) US10496619B2 (en)
EP (2) EP3189428B1 (en)
JP (2) JP6698656B2 (en)
KR (2) KR102361155B1 (en)
CN (2) CN107077364B (en)
AU (3) AU2015312005B2 (en)
CA (2) CA2959534C (en)
SG (2) SG11201701652QA (en)
WO (2) WO2016036826A1 (en)

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SG11201701667WA (en) 2014-09-02 2017-04-27 Ab Initio Technology Llc Visually specifying subsets of components in graph-based programs through user interactions
US10496619B2 (en) 2014-09-02 2019-12-03 Ab Initio Technology Llc Compiling graph-based program specifications
US9921814B2 (en) * 2015-08-24 2018-03-20 International Business Machines Corporation Control flow graph analysis
KR102184280B1 (en) 2015-12-17 2020-11-30 아브 이니티오 테크놀로지 엘엘시 Data processing using dynamic partitioning
US10025566B1 (en) * 2016-10-07 2018-07-17 The Mathworks, Inc. Scheduling technique to transform dataflow graph into efficient schedule
USD844634S1 (en) 2016-10-26 2019-04-02 Ab Initio Technology Llc Computer screen with visual programming icons
USD876445S1 (en) 2016-10-26 2020-02-25 Ab Initio Technology Llc Computer screen with contour group organization of visual programming icons
US9660028B1 (en) 2016-10-31 2017-05-23 International Business Machines Corporation Stacked transistors with different channel widths
US10754815B2 (en) * 2017-08-15 2020-08-25 International Business Machines Corporation Processing transactions using a multi-purpose callout processor
CN107729118A (en) * 2017-09-25 2018-02-23 复旦大学 Towards the method for the modification Java Virtual Machine of many-core processor
US10437885B2 (en) * 2018-01-03 2019-10-08 Red Hat, Inc. Graph modeling of applications for detection of duplicate modules
CN110020529B (en) * 2018-01-08 2021-04-27 武汉斗鱼网络科技有限公司 Method and device for detecting user information and computer equipment
FR3077663B1 (en) * 2018-02-02 2020-02-28 Alstom Transport Technologies METHOD FOR PREPARING A COMPUTER PROGRAM AND CORRESPONDING DEVICE
FR3077664A1 (en) * 2018-02-02 2019-08-09 Alstom Transport Technologies SYSTEM FOR PRODUCING A RAIL SIGNALING PROGRAM AND METHOD FOR PREPARING THE SAME
CN109388405A (en) * 2018-10-25 2019-02-26 北京大米未来科技有限公司 A kind of task processing method, device, electronic equipment and medium
SG11202109161XA (en) 2019-03-14 2021-09-29 Yadong Li Distributed system generating rule compiler engine apparatuses, methods, systems and media
CN110321210A (en) * 2019-06-28 2019-10-11 京东数字科技控股有限公司 Data processing method, device, computer-readable medium and electronic equipment
US10826801B1 (en) 2019-07-31 2020-11-03 Bank Of America Corporation Multi-level data channel and inspection architectures
US11115310B2 (en) 2019-08-06 2021-09-07 Bank Of America Corporation Multi-level data channel and inspection architectures having data pipes in parallel connections
US11470046B2 (en) 2019-08-26 2022-10-11 Bank Of America Corporation Multi-level data channel and inspection architecture including security-level-based filters for diverting network traffic
US11480969B2 (en) 2020-01-07 2022-10-25 Argo AI, LLC Method and system for constructing static directed acyclic graphs
CN111580896B (en) * 2020-05-04 2023-07-07 武汉众邦银行股份有限公司 Link calling method based on atomization service
US11366648B2 (en) * 2020-05-28 2022-06-21 Red Hat, Inc. Compiling monoglot function compositions into a single entity
CN113326035B (en) * 2020-06-29 2024-08-06 阿里巴巴集团控股有限公司 Data processing method, device, electronic equipment and computer storage medium
CN111930374B (en) * 2020-09-21 2024-01-26 北京易真学思教育科技有限公司 Formatting method for graphic code component combination and related equipment
CN114519101B (en) * 2020-11-18 2023-06-06 易保网络技术(上海)有限公司 Data clustering method and system, data storage method and system and storage medium
US20230318926A1 (en) * 2022-03-29 2023-10-05 Oracle International Corporation Semi-automated deployment for an intra-service communication infrastructure
CN115048296B (en) * 2022-06-09 2024-05-31 中金金融认证中心有限公司 Method for verifying validity of memory barrier instruction and related product
SE2350123A1 (en) * 2023-02-10 2024-08-11 Mtek Ind Ab System integration platform

Family Cites Families (111)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0347162A3 (en) 1988-06-14 1990-09-12 Tektronix, Inc. Apparatus and methods for controlling data flow processes by generated instruction sequences
WO1994025917A1 (en) 1993-04-26 1994-11-10 Comdisco Systems, Inc. Method for scheduling synchronous data flow graphs
CA2165893C (en) 1995-12-21 2001-03-13 Richard Denison Mcdonald Visual application partitioning for creating distributed object oriented applications
US5966072A (en) 1996-07-02 1999-10-12 Ab Initio Software Corporation Executing computations expressed as graphs
KR100216368B1 (en) * 1997-06-11 1999-08-16 윤종용 The input buffer controller and logical buffer size decision algorithm
US6784903B2 (en) 1997-08-18 2004-08-31 National Instruments Corporation System and method for configuring an instrument to perform measurement functions utilizing conversion of graphical programs into hardware implementations
DE19837871C2 (en) * 1998-08-20 2000-06-08 Manfred Broy Method for automatically creating a program
US6700872B1 (en) * 1998-12-11 2004-03-02 Cisco Technology, Inc. Method and system for testing a utopia network element
JP2001154998A (en) 1999-11-25 2001-06-08 Hitachi Ltd Parallel analysis instructing method and device for parallel general associated analysis
US6584581B1 (en) 1999-12-06 2003-06-24 Ab Initio Software Corporation Continuous flow checkpointing data processing
JP2001243341A (en) 2000-03-01 2001-09-07 Yamatake Corp Method and device for preparing function block model
US7051189B2 (en) 2000-03-15 2006-05-23 Arc International Method and apparatus for processor code optimization using code compression
US7343413B2 (en) 2000-03-21 2008-03-11 F5 Networks, Inc. Method and system for optimizing a network by independently scaling control segments and data flow
CN1380883A (en) 2000-03-31 2002-11-20 萨诺化学药物股份公司 Novel derivatives and analogues of galanthamin
US7162534B2 (en) * 2001-07-10 2007-01-09 Fisher-Rosemount Systems, Inc. Transactional data communications for process control systems
SG121719A1 (en) 2001-07-19 2006-05-26 Oce Tech Bv Method for creating a workflow
CA2360712A1 (en) 2001-10-31 2003-04-30 Sicon Video Corporation Method and apparatus for the data-driven synchronous parallel processing of digital data
US7234144B2 (en) 2002-01-04 2007-06-19 Microsoft Corporation Methods and system for managing computational resources of a coprocessor in a computing system
US7167850B2 (en) 2002-10-10 2007-01-23 Ab Initio Software Corporation Startup and control of graph-based computation
WO2004077206A2 (en) * 2003-02-27 2004-09-10 Koninklijke Philips Electronics N.V. Data processing system having a plurality of processing elements, a method of controlling a data processing system having a plurality of processing elements
CA2529925C (en) * 2003-06-25 2016-08-23 Ab Initio Software Corporation Computer-aided parallelizing of computation graphs
US7487076B2 (en) 2003-10-31 2009-02-03 The Mathworks, Inc. Simplified data signal support for diagramming environment languages
US8875039B2 (en) 2003-11-18 2014-10-28 The Mathworks, Inc. Propagation of characteristics in a graphical model environment
JP4165888B2 (en) 2004-01-30 2008-10-15 キヤノン株式会社 Layout control method, layout control apparatus, and layout control program
US7197502B2 (en) * 2004-02-18 2007-03-27 Friendly Polynomials, Inc. Machine-implemented activity management system using asynchronously shared activity data objects and journal data items
US7530052B2 (en) 2004-05-14 2009-05-05 National Instruments Corporation Creating and executing a graphical program with first model of computation that includes a structure supporting second model of computation
US7506304B2 (en) 2004-05-14 2009-03-17 National Instruments Corporation Graphical data flow programming environment with first model of computation that includes a structure supporting second model of computation
US8620629B1 (en) 2004-09-20 2013-12-31 The Mathworks, Inc. Identification and simulation of multiple subgraphs in multi-domain graphical modeling environment
US7523023B1 (en) 2004-09-20 2009-04-21 The Mathworks, Inc. Automatic generation of component interfaces for computational hardware implementations generated from a block diagram model
US7974825B2 (en) 2004-09-20 2011-07-05 The Mathworks, Inc. Generation of code from a graphical model
US9766953B2 (en) 2004-12-16 2017-09-19 Openspan, Inc. System and method for non-programmatically constructing software solutions
US7509244B1 (en) 2004-12-22 2009-03-24 The Mathworks, Inc. Distributed model compilation
US7703027B2 (en) 2005-01-13 2010-04-20 National Instruments Corporation Merging graphical programs
US8756044B2 (en) * 2005-05-31 2014-06-17 The Mathworks, Inc. Graphical partitioning for parallel execution of executable block diagram models
WO2006136764A1 (en) 2005-06-22 2006-12-28 Arm Limited A data processing apparatus and method for accelerating execution of subgraphs
US20070240080A1 (en) 2006-04-11 2007-10-11 Invensys Systems, Inc. Strategy editor for process control supporting drag and drop connections to declarations
US20070240069A1 (en) 2006-04-11 2007-10-11 Invensys Systems, Inc. Appearance objects for configuring and graphically displaying programmed/configured process control
US7729894B1 (en) 2006-05-12 2010-06-01 The Mathworks, Inc. Test postcondition items for automated analysis and test generation
US7870556B2 (en) * 2006-05-16 2011-01-11 Ab Initio Technology Llc Managing computing resources in graph-based computations
JP2007328730A (en) 2006-06-09 2007-12-20 Toshiba Corp Process mapping support system, method and program
AU2007286155B2 (en) 2006-08-10 2013-12-12 Ab Initio Technology Llc. Distributing services in graph-based computations
US8745557B1 (en) 2006-09-11 2014-06-03 The Mathworks, Inc. Hardware definition language generation for data serialization from executable graphical models
US7882462B2 (en) 2006-09-11 2011-02-01 The Mathworks, Inc. Hardware definition language generation for frame-based processing
US7774189B2 (en) 2006-12-01 2010-08-10 International Business Machines Corporation System and method for simulating data flow using dataflow computing system
US8046751B1 (en) 2007-01-11 2011-10-25 The Mathworks, Inc. Structuring unstructured regions in a control flow graph
US20080244594A1 (en) 2007-03-29 2008-10-02 International Business Machines Corporation Visual scripting of web services for task automation
US8069129B2 (en) 2007-04-10 2011-11-29 Ab Initio Technology Llc Editing and compiling business rules
US8359586B1 (en) 2007-08-20 2013-01-22 The Mathworks, Inc. Code generation
WO2009052257A1 (en) 2007-10-16 2009-04-23 The Mathworks, Inc. Mode-switched variable signal attributes in block diagrams
US8589925B2 (en) 2007-10-25 2013-11-19 Microsoft Corporation Techniques for switching threads within routines
TWI365302B (en) 2007-12-31 2012-06-01 Ind Tech Res Inst Stereo image display with switch function between horizontal display and vertical display
US8601457B1 (en) 2008-01-31 2013-12-03 The Mathworks, Inc. Checking for access problems with data stores
US8667381B1 (en) 2008-03-21 2014-03-04 The Mathworks, Inc. Block diagram change history
US8856726B2 (en) 2009-09-14 2014-10-07 The Mathworks, Inc. Verification of computer-executable code generated from a slice of a model
US8869103B2 (en) 2008-10-06 2014-10-21 The Mathworks, Inc. Using intermediate representations to verify computer-executable code generated from a model
US8819585B2 (en) 2008-10-27 2014-08-26 Microsoft Corporation Child window surfacing and management
JP4629768B2 (en) 2008-12-03 2011-02-09 インターナショナル・ビジネス・マシーンズ・コーポレーション Parallelization processing method, system, and program
US8756562B2 (en) * 2008-12-11 2014-06-17 The Mathworks, Inc. Subgraph execution control in a graphical modeling environment
US8528001B2 (en) 2008-12-15 2013-09-03 Oracle America, Inc. Controlling and dynamically varying automatic parallelization
CN102317911B (en) 2009-02-13 2016-04-06 起元技术有限责任公司 Management role performs
US8448155B2 (en) 2009-06-01 2013-05-21 National Instruments Corporation Automatically creating parallel iterative program code in a graphical data flow program
US8478967B2 (en) 2009-06-01 2013-07-02 National Instruments Corporation Automatically creating parallel iterative program code in a data flow program
US8510709B2 (en) 2009-06-01 2013-08-13 National Instruments Corporation Graphical indicator which specifies parallelization of iterative program code in a graphical data flow program
US8205113B2 (en) 2009-07-14 2012-06-19 Ab Initio Technology Llc Fault tolerant batch processing
US20110055744A1 (en) 2009-08-28 2011-03-03 Ryan Christopher N Visual Linking of Elements to Model Attributes
US8543974B2 (en) 2009-08-31 2013-09-24 International Business Machines Corporation Plan-based program slicing
US8667329B2 (en) 2009-09-25 2014-03-04 Ab Initio Technology Llc Processing transactions in graph-based applications
US9003360B1 (en) 2009-12-10 2015-04-07 The Mathworks, Inc. Configuring attributes using configuration subgraphs
CA2782414C (en) 2009-12-14 2021-08-03 Ab Initio Technology Llc Specifying user interface elements
US20110161917A1 (en) 2009-12-29 2011-06-30 Microgen Plc Processing collections of data items
US8438571B2 (en) 2010-02-24 2013-05-07 International Business Machines Corporation Thread speculative execution and asynchronous conflict
JP5454284B2 (en) 2010-03-26 2014-03-26 セイコーエプソン株式会社 Inkjet recording method
US8555265B2 (en) 2010-05-04 2013-10-08 Google Inc. Parallel processing of data
US8572618B2 (en) 2010-05-07 2013-10-29 Oracle International Corporation Event driven change injection and dynamic extensions to a business process execution language process
WO2011153361A2 (en) 2010-06-02 2011-12-08 Allen Learning Technologies Device having graphical user interfaces and method for developing multimedia computer applications
KR20150042297A (en) 2010-06-15 2015-04-20 아브 이니티오 테크놀로지 엘엘시 Dynamically loading graph-based computations
US8775447B2 (en) 2010-06-22 2014-07-08 Ab Initio Technology Llc Processing related datasets
US8566837B2 (en) 2010-07-16 2013-10-22 International Business Machines Corportion Dynamic run time allocation of distributed jobs with application specific metrics
EP2598989B1 (en) * 2010-07-30 2020-03-11 National Instruments Corporation Developing programs in a graphical specification and constraint language
US10740117B2 (en) 2010-10-19 2020-08-11 Apple Inc. Grouping windows into clusters in one or more workspaces in a user interface
WO2012061109A1 (en) 2010-10-25 2012-05-10 Ab Initio Technology Llc Managing data set objects in a dataflow graph that represents a computer program
US9436441B1 (en) 2010-12-08 2016-09-06 The Mathworks, Inc. Systems and methods for hardware resource sharing
WO2012089248A1 (en) 2010-12-29 2012-07-05 Telecom Italia S.P.A. Magnetic-like user interface for combining objects
US9335977B2 (en) 2011-07-28 2016-05-10 National Instruments Corporation Optimization of a data flow program based on access pattern information
CN102270137B (en) 2011-08-10 2014-01-01 清华大学 Method for acquiring ADL (architecture description language) and modeling tool
US9189217B2 (en) 2011-10-03 2015-11-17 Telefonaktiebolaget L M Ericsson (Publ) Method for exploiting massive parallelism
CN102508639B (en) * 2011-10-10 2014-04-02 北京邮电大学 Distributed parallel processing method based on satellite remote sensing data characteristics
US20130110576A1 (en) 2011-10-28 2013-05-02 Infosys Limited System and method for checking the conformance of the behavior of a process
US9626273B2 (en) 2011-11-09 2017-04-18 Nec Corporation Analysis system including analysis engines executing predetermined analysis and analysis executing part controlling operation of analysis engines and causing analysis engines to execute analysis
US8732359B2 (en) 2011-12-07 2014-05-20 The Mathworks, Inc. Data sharing in high-fidelity simulation and real-time multi-core execution
JP6021342B2 (en) 2012-02-09 2016-11-09 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Parallelization method, system, and program
US9130869B2 (en) * 2012-02-09 2015-09-08 Telefonaktiebolaget L M Ericsson (Publ) Methods of redirecting network forwarding elements and related forwarding elements and controllers
US9754357B2 (en) 2012-03-23 2017-09-05 Panasonic Intellectual Property Corporation Of America Image processing device, stereoscoopic device, integrated circuit, and program for determining depth of object in real space generating histogram from image obtained by filming real space and performing smoothing of histogram
JP2013225251A (en) 2012-04-23 2013-10-31 Mitsubishi Electric Corp Information processor and information processing method and program
US8806464B2 (en) 2012-04-26 2014-08-12 Hewlett-Packard Development Company, L.P. Process flow optimized directed graph traversal
US20130339977A1 (en) 2012-06-19 2013-12-19 Jack B. Dennis Managing task load in a multiprocessing environment
US8893080B2 (en) * 2012-08-15 2014-11-18 Telefonaktiebolaget L M Ericsson (Publ) Parallelization of dataflow actors with local state
US9058324B2 (en) 2012-09-28 2015-06-16 Intel Corporation Predictive precaching of data based on context
CN104756445A (en) 2012-11-06 2015-07-01 惠普发展公司,有限责任合伙企业 Enhanced graph traversal
WO2014176313A1 (en) * 2013-04-23 2014-10-30 Ab Initio Technology Llc Controlling tasks performed by a computing system
US9348560B2 (en) * 2013-06-04 2016-05-24 Qualcomm Incorporated Efficient execution of graph-based programs
US9633131B2 (en) * 2014-03-11 2017-04-25 Cisco Technology, Inc. HTML network service tags used with web browsers for controlling network elements
US9462085B2 (en) * 2014-03-21 2016-10-04 Ptc Inc. Chunk-based communication of binary dynamic rest messages
SG11201701667WA (en) 2014-09-02 2017-04-27 Ab Initio Technology Llc Visually specifying subsets of components in graph-based programs through user interactions
US10496619B2 (en) 2014-09-02 2019-12-03 Ab Initio Technology Llc Compiling graph-based program specifications
CN106687920B (en) 2014-09-02 2020-07-03 起元科技有限公司 Management task invocation
EP3189422A1 (en) 2014-09-02 2017-07-12 AB Initio Technology LLC Executing graph-based program specifications
US9933918B2 (en) 2014-09-02 2018-04-03 Ab Initio Technology Llc Specifying control and data connections in graph-based programs
US9619601B1 (en) 2015-01-22 2017-04-11 Xilinx, Inc. Control and data flow graph generation for hardware description languages
US10042528B2 (en) 2015-08-31 2018-08-07 Getgo, Inc. Systems and methods of dynamically rendering a set of diagram views based on a diagram model stored in memory
US10423733B1 (en) 2015-12-03 2019-09-24 The Mathworks, Inc. Systems and methods for sharing resources having different data types

Also Published As

Publication number Publication date
JP6467497B2 (en) 2019-02-13
US9830343B2 (en) 2017-11-28
AU2015312005B2 (en) 2019-08-29
US20160070729A1 (en) 2016-03-10
EP3189421A1 (en) 2017-07-12
US10885003B2 (en) 2021-01-05
US20180081919A1 (en) 2018-03-22
WO2016036819A8 (en) 2017-04-06
SG11201701652QA (en) 2017-04-27
US10496619B2 (en) 2019-12-03
AU2015312005A1 (en) 2017-04-06
JP6698656B2 (en) 2020-05-27
US20200349135A1 (en) 2020-11-05
EP3189421B1 (en) 2023-05-03
CA2959534A1 (en) 2016-03-10
CN107077364B (en) 2021-06-04
AU2015312012A1 (en) 2017-04-13
WO2016036826A1 (en) 2016-03-10
CN107077364A (en) 2017-08-18
US20160062747A1 (en) 2016-03-03
JP2017534131A (en) 2017-11-16
US11301445B2 (en) 2022-04-12
AU2019268140B2 (en) 2020-10-08
WO2016036819A1 (en) 2016-03-10
KR20170046782A (en) 2017-05-02
KR20170046775A (en) 2017-05-02
JP2017529607A (en) 2017-10-05
KR102361155B1 (en) 2022-02-09
CA2959534C (en) 2021-06-29
CA2959389A1 (en) 2016-03-10
CN106687918A (en) 2017-05-17
EP3189428B1 (en) 2022-08-03
AU2015312012B2 (en) 2020-02-27
KR102375350B1 (en) 2022-03-16
SG11201701584SA (en) 2017-03-30
CN106687918B (en) 2020-08-28
EP3189428A1 (en) 2017-07-12

Similar Documents

Publication Publication Date Title
AU2019268140A1 (en) Compilation of graph-based program specifications with automated clustering of graph components based on the identification of particular data port connections
WO2016036817A4 (en) Executing graph-based program specifications
WO2016036824A4 (en) Visually specifying subsets of components in graph-based programs through user interactions
PH12017500471A1 (en) Systems and methods for automated data analysis and customer relationship management
GB2590803A8 (en) Data pipeline for process control system analytics
WO2016144546A3 (en) Systems and methods for generating data visualization applications
EP2977899A3 (en) Integrating execution of computing analytics within a mapreduce processing environment
WO2012103151A3 (en) State grouping for element utilization
GB2548299A (en) Intelligent security management system
WO2015195676A3 (en) Computer-implemented tools and methods for extracting information about the structure of a large computer software system, exploring its structure, discovering problems in its design, and enabling refactoring
IN2015CH04673A (en)
WO2016036820A4 (en) Managing invocation of tasks
GB2526759A (en) Deploying parallel data integration applications to distributed computing environments
JP2014508996A5 (en)
WO2014146086A3 (en) Computer-based method and system of analyzing, editing and improving content
GB2533256A (en) Data processing systems
WO2016081044A3 (en) Dynamic quantification of cyber-security risks in a control system
MX342205B (en) Systems, methods, and computer program products for a software build and load process using a compilation and deployment service.
WO2015048212A3 (en) Evaluating rules applied to data
WO2014110167A3 (en) Integrated machine learning for a data management product
EP2577460A4 (en) Generating text manipulation programs using input-output examples
GB2505818A (en) Graphics processor with non-blocking concurrent architecture
WO2012112302A3 (en) Parallel processing in human-machine interface applications
EP3614267A3 (en) Recoverable stream processing
WO2016036813A3 (en) Controlling data processing tasks

Legal Events

Date Code Title Description
FGA Letters patent sealed or granted (standard patent)