tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

Unit Test boilerplate

Open pierre-wilmot opened this issue 3 years ago • 2 comments

Adding the boilerplate for unit test setup with some minimal grid tests. Hoping to add test for indexing / hashing in the future.

pierre-wilmot avatar Nov 04 '22 10:11 pierre-wilmot

Thank you very much for the PR!

catch.hpp seems to be an external dependency -- could you move it into its own dependencies/catch subfolder in order to make code statistics & licensing work out better? If it comes from a public github repo, it would be even better if it was a submodule like the other dependencies.

Other than that, heads-up that I'll be on vacation for the coming 3 weeks and will get back to the PR afterwards.

Tom94 avatar Nov 05 '22 08:11 Tom94

I'm afraid testing within GitHub workflows won't work -- there's no GPU

Tom94 avatar Nov 07 '22 09:11 Tom94