-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
This issue emerged with #135. @shuaiche and me have to develop several internal algorithms. Since new algorithms will be more complex it will be very useful to develop a test infrastructure which helps to easily validate and debug internal clSPARSE algorithms. Nowadays I did that by adding temporary interface API functions in clSPARSE.h but that is very time consuming and it is limited with C language restrictions.
Do you have any ideas how to tackle this issue? Where to put new test-internal folder? How the project tree should look like?
What is your experience with that?