Code generation tool for cloud-native high-performance computing

US11714614B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11714614-B2
Application numberUS-202117321137-A
CountryUS
Kind codeB2
Filing dateMay 14, 2021
Priority dateFeb 17, 2021
Publication dateAug 1, 2023
Grant dateAug 1, 2023

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Methods, storage media, and systems for translating a software expression from a user application programming interface (API) call to an API call of a software development kit (SDK) are disclosed. Some examples may include: receiving a tagged expression indicating that a translation of the software expression from a user API call to an API call of an SDK is to be performed, the SDK being associated with a cloud-native high-performance computing environment, processing an abstract syntax tree associated with the software expression, the processing including replacing symbols in the abstract syntax tree with respective variables, replacing a return statement in the abstract syntax tree with a serialization instruction to write a result to local storage, and serializing the processed abstract syntax tree and providing the serialized abstract syntax tree and one or more resource files to the cloud-native high-performance computing environment for execution.

First claim

Opening claim text (preview).

What is claimed is: 1. A method for translating a software expression from a user application programming interface (API) call to an API call of a software development kit (SDK), the method comprising: receiving a tagged expression indicating that a translation of the software expression from a user API call to an API call of an SDK is to be performed, the SDK being associated with a cloud-native high-performance computing environment; processing an abstract syntax tree associated with the software expression, the processing including replacing symbols in the abstract syntax tree with respective variables, replacing a return statement in the abstract syntax tree with a serialization instruction to write a result to local storage, and serializing the processed abstract syntax tree; and providing the serialized abstract syntax tree and one or more resource files to the cloud-native high-performance computing environment for execution. 2. The method according to claim 1 , further comprising: creating batch job to execute at least a portion of the serialized abstract syntax tree in the cloud-native high-performance computing environment; creating a storage container associated with the batch job; and creating a specialized resource container associated with the one or more resource files. 3. The method according to claim 2 , wherein the batch job is a multitask batch job. 4. The method according to claim 1 , further comprising: serializing output associated with the return statement to a filename; and adding the filename as an output resource in the one or more resource files. 5. The method according to claim 1 , further comprising: expanding the software expression by collecting and analyzing symbols in the abstract syntax tree; splitting the software expression into a plurality of individual tasks such that a single expression is created for each task; and performing the plurality of individual tasks in parallel. 6. The method according to claim 5 , further comprising: analyzing a plurality of software expressions; and automatically tagging at least one of the plurality of software expressions resulting in the tagged expression. 7. The method of according to claim 1 , further comprising providing the serialized abstract syntax tree to the cloud-native high-performance computing environment a resource file. 8. One or more computer storage media including instructions, which when executed by a processor, cause the processor to: receive a tagged expression indicating that a translation of a software expression from a user API call to an API call of an SDK is to be performed, the SDK being associated with a cloud-native high-performance computing environment; process an abstract syntax tree associated with the software expression by replacing symbols in the abstract syntax tree with respective variables, replacing a return statement in the abstract syntax tree with a serialization instruction to write a result to local storage, and serializing the processed abstract syntax tree; and provide the serialized abstract syntax tree and one or more resource files to the cloud-native high-performance computing environment for execution. 9. The one or more computer storage media of claim 8 , wherein the instructions, which when executed by a processor, cause the processor to: create batch job to execute at least a portion of the serialized abstract syntax tree in the cloud-native high-performance computing environment; create a storage container associated with the batch job; and create a specialized resource container associated with the one or more resource files. 10. The one or more computer storage media of claim 9 , wherein the batch job is a multitask batch job. 11. The one or more computer storage media of claim 8 , wherein the instructions, which when executed by a processor, cause the processor to: serialize output associated with the return statement to a filename; and add the filename as an output resource in the one or more resource files. 12. The one or more computer storage media of claim 8 , wherein the instructions, which when executed by a processor, cause the processor to: expand the software expression by collecting and analyzing symbols in the abstract syntax tree; split the software expression into a plurality of individual tasks such that a single expression is created for each task; and perform the plurality of individual tasks in parallel. 13. The one or more computer storage media of claim 12 , wherein the instructions, which when executed by a processor, cause the processor to: analyzing a plurality of software expressions; and automatically tag at least one of the plurality of software expressions resulting in the tagged expression. 14. The one or more computer storage media of claim 8 , wherein the instructions, which when executed by a processor, cause the processor to provide the serialized abstract syntax tree to the cloud-native high-performance computing environment a resource file. 15. A system, comprising: one or more hardware processors configured by machine-readable instructions to: receive a tagged expression indicating that a translation of a software expression from a user API call to an API call of an SDK is to be performed, the SDK being associated with a cloud-native high-performance computing environment; process an abstract syntax tree associated with the software expression, the processing including replacing symbols in the abstract syntax tree with respective variables, replacing a return statement in the abstract syntax tree with a serialization instruction to write a result to local storage, and serializing the processed abstract syntax tree; and provide the serialized abstract syntax tree and one or more resource files to the cloud-native high-performance computing environment for execution. 16. The system according to claim 15 , wherein the one or more hardware processors are further configured by machine-readable instructions to: create batch job to execute at least a portion of the serialized abstract syntax tree in the cloud-native high-performance computing environment; create a storage container associated with the batch job; and create a specialized resource container associated with the one or more resource files. 17. The system according to claim 16 , wherein the batch job is a multitask batch job. 18. The system according to claim 15 , wherein the one or more hardware processors are further configured by machine-readable instructions to: serialize output associated with the return statement to a filename; and add the filename as an output resource in the one or more resource files. 19. The system according to claim 15 , wherein the one or more hardware processors are further configured by machine-readable instructions to: expand the software expression by collecting and analyzing symbols in the abstract syntax tree; split the software expression into a plurality of individual tasks such that a single expression is created for each task; and perform the plurality of individual tasks in parallel. 20. The system according to claim 19 , wherein the one or more hardware processors are further configured by machine-readable instructions to: analyze a plurality of software expressions; and automatically tag at least one of the plurality of software expressions resulting in the tagged expression.

Assignees

Inventors

Classifications

  • via adapters, e.g. between incompatible applications · CPC title

  • G06F8/40Primary

    Transformation of program code · CPC title

  • G06F8/30Primary

    Creation or generation of source code · CPC title

  • Program initiating; Program switching, e.g. by interrupt · CPC title

  • Software reuse · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US11714614B2 cover?
Methods, storage media, and systems for translating a software expression from a user application programming interface (API) call to an API call of a software development kit (SDK) are disclosed. Some examples may include: receiving a tagged expression indicating that a translation of the software expression from a user API call to an API call of an SDK is to be performed, the SDK being associ…
Who is the assignee on this patent?
Microsoft Technology Licensing Llc
What technology area does this patent fall under?
Primary CPC classification G06F8/40. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Aug 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).