eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Use the test fixtures in the collaborative primitives in other tests #41

Open eyalroz opened 4 years ago

eyalroz commented 4 years ago

The test fixtures have improved, and become a bit more flexible and requiring less boilerplate, from one test suite to another. We should use the later ones - currently on collaborative.cu in the earlier tests, particularly builtins.cu and perhaps math.cu and others.