Show HN: We open-sourced our test runner for chip developers https://ift.tt/soj6lDV

Show HN: We open-sourced our test runner for chip developers Hey everyone, James from Silogy here. We’re excited to open-source our test runner, Smelt. Smelt is a simple and extensible test runner optimized for chip development workflows. Smelt enables developers to: * Programmatically define numerous test variants * Execute these tests in parallel * Easily analyze test results As chip designs get more complex, the state space that needs to be explored in design verification is exploding. In chip development, it's common to run thousands of tests, each with multiple hyperparameters that result in even more variation. Smelt offers a straightforward approach to generating test variants and extracting valuable insights from your test runs. Smelt integrates seamlessly with most popular simulators and other chip design tools. Key features: * Procedural test generation: Programmatically generate tests with python * Automatic rerun on failure: Describe the computation required re-run failing tests * Analysis APIs: All of the data needed to track and reproduce tests * Extensible: Define your tests with a simple python interface Yves ( https://ift.tt/eOBsazI ) is a suite of directed performance tests that we brought up with smelt – check it out if you’d like to see smelt in action. Repo: https://ift.tt/vJM58Px We built Smelt to streamline the testing process for chip developers. We're eager to hear your feedback and see how it performs in your projects! https://ift.tt/uKnYIQg July 12, 2024 at 04:04AM

No comments:

Show HN: ServerlessAI – Build, scale, and monetize AI apps without back end https://ift.tt/Ob6z0lv

Show HN: ServerlessAI – Build, scale, and monetize AI apps without back end Hello HN, I’ve always loved building frontend-only apps—those yo...