illinois-impact/gpu-algorithms-labs

Testing with kernel dimensions of 0,0,0,0 is likely to cause invalid configuration argument error

cwpearson opened this issue · 0 comments

SECTION("[wDims:0,0,0,0 xDims:100,1,32,32]") {

Students will often launch a kernel with one of these dimensions as a kernel parameter, which will cause their launch to fail.
I think the pedagogical value of that experience is low.