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

[Refactor] Added Command Line Tool, Hardware-independent unittest, unified arithmetic operations, updated workflow, et al. #153

Merged
merged 23 commits into from
May 25, 2024

Conversation

hikettei
Copy link
Owner

@hikettei hikettei commented May 24, 2024

What's changed

  • Removed and Integrated several arithmetic nodes: ScalarAdd ScalarSub ScalarMul ScalarDiv -> AddNode SubNode MulNode DivNode.
  • Removed InverseTensorNode
  • Renamed: !inv -> !reciprocal, !leakey-relu -> !leaky-relu
  • Updated GNUmakefile (supported roswell)
  • Make all tests hardware independent
  • Uses rove as a test tool.
  • Added a command line tool: ./roswell/waffe2.ros
  • Updated github workflow

Remaining tasks

  • ShapeTracker: [] to express ScalarTensor
  • Ready for implementing AbstractTensor Backend
  • Ready for implementing from ONNX to C Code Generator
    • It generates the minimum C interpreter (calling CUDA/Metal functions), minimizing the dependencies.

@hikettei hikettei changed the title [WIP] Improved the consistency of the function naming rule [Refactor] Added Command Line Tool, Hardware-independent unittest, unified arithmetic operations, updated workflow, et al. May 25, 2024
@hikettei hikettei merged commit 054524f into develop May 25, 2024
3 checks passed
@hikettei hikettei deleted the refactor branch May 30, 2024 10:01
@hikettei hikettei restored the refactor branch May 30, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant