microsoft / BitBLAS

BitBLAS is a library to support mixed-precision matrix multiplications, especially for quantized LLM deployment.
MIT License
363 stars 29 forks source link

[Feature Request] CI/CD Request for our git pipeline #66

Closed LeiWang1999 closed 2 months ago

LeiWang1999 commented 3 months ago

We propose to implement Continuous Integration and Continuous Deployment (CI/CD) for our Git pipeline. This will automate the testing, building, and deployment processes, thereby enhancing the efficiency and reliability of our development workflow.

Currently, our development workflow involves manual processes for testing, building, and deploying code changes. This is time-consuming and prone to human error.

### Tasks
- [x] Test CI/CD
- [x] Performance CI/CD
LeiWang1999 commented 3 months ago

PR #73 add a simple CI for our project.