Skip to content

Fine-tune graph capture and device code testing #2245

Answered by gevtushenko
fbusato asked this question in CUB
Discussion options

You must be logged in to vote

I agree, it makes sense to keep extensive testing for host usage and "light" version for device and graph capture. The device and graph capture tests are usually about testing for successful compilation. So, the requirement for "light" testing of device and graph capture would be covering reasonably wide set of compile-time workloads. For the mentioned case of items > 2^31 - 1, I'd suggest to have one device and graph capture test for 64-bit offset type, but runtime value of num_items doesn't have to exceed 2^31 - 1 because I'd estimate the chances of having execution-space-specific code paths affecting runtime as approaching zero. On a technical side, we can follow some existing tests an…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fbusato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
CUB
Labels
None yet
2 participants