hi folks, As we build more functions (kernels) in the project, I note that the amount of hand-coded C++ code relating to testing function correctness is growing significantly. Many of these tests are quite simple and could be expressed in a text format that can be parsed and evaluated.
Thoughts about building something like that to make it easier to write functional correctness tests? - Wes