Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: tests should be built without -O0
Tests should make sure real use cases work as expected. Some tests might not working correctly if -O0 is used as optimization level in the compiler. For example, the ROCm runtime submits a kernel of 4 waves if the tests are built using -O0, which makes the tests fail.
- Loading branch information