triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.54k stars 1.67k forks source link

Create an aggregate `check-triton-unit` target #5150

Closed Mogball closed 2 days ago

Mogball commented 2 weeks ago

This adds a CMake target check-triton-unit that builds an runs all Triton unittests written in gtest. This makes it more conveninent to rebuild and run all unittests at once with finer granularity (instead of ninja; ctest).