Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EdgeTPU] Add EdgeTPUCompiler #1741

Merged
merged 1 commit into from
Nov 3, 2023
Merged

[EdgeTPU] Add EdgeTPUCompiler #1741

merged 1 commit into from
Nov 3, 2023

Conversation

dayo09
Copy link
Contributor

@dayo09 dayo09 commented Nov 2, 2023

Implemented the EdgeTPUCompiler for EdgeTPUToolchain Implemented the following functions in EdgeTPUCompiler

  • getToolchainTypes
  • parseVersion
  • getToolchains
  • getInstalledToolchains
  • prerequisitesForGetToolchains

ONE-vscode-DCO-1.0-Signed-off-by: profornnan [email protected]


Origianl PR #1697
For #1726

Implemented the EdgeTPUCompiler for EdgeTPUToolchain
Implemented the following functions in EdgeTPUCompiler
- getToolchainTypes
- parseVersion
- getToolchains
- getInstalledToolchains
- prerequisitesForGetToolchains

ONE-vscode-DCO-1.0-Signed-off-by: profornnan <[email protected]>
@dayo09 dayo09 requested a review from jyoungyun November 2, 2023 07:46
@dayo09 dayo09 added 1 approval 1 approval required to be merged SSAFY labels Nov 2, 2023
Copy link
Collaborator

@jyoungyun jyoungyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

} from "../ToolchainImpl/DebianToolchain";
import { Version } from "../Version";

export class DebianCompiler implements Compiler {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name DebianCompiler is a little weird. I will update the name to the appropriate name later.

@dayo09 dayo09 merged commit 3851a75 into Samsung:main Nov 3, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 approval 1 approval required to be merged SSAFY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants