mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Implementing Test Filters for Smoke and Regression Tests (#1819)
* smoke and regression targets working with tests * test filters work for both examples and test * removed uneccesary comments * added a missing comment * added a missing comment * fixed typo in the comments * updated README * Update PULL_REQUEST_TEMPLATE.md updating the template for future addition of test cases * Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
@@ -121,6 +121,15 @@ Docker images are available on [DockerHub](https://hub.docker.com/r/rocm/composa
|
||||
|
||||
You can find instructions for running each individual example in [example](/example).
|
||||
|
||||
* Build and run smoke/regression examples and tests:
|
||||
|
||||
```bash
|
||||
make -j smoke # tests and examples that run for < 30 seconds each
|
||||
```
|
||||
```bash
|
||||
make -j regression # tests and examples that run for >= 30 seconds each
|
||||
```
|
||||
|
||||
* Build ckProfiler:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user