Adding Cuda <<< >>> exception

Answered

Is there anyway to add an exception to code analysis so that cuda kernel call triples are not reported as an error?

saxpy<<< nblocks, 256 >>>( N, 2.0, d_x, d_y );

CLion reports <<< and >>> as two different errors.
They aren't actual errors but it help to clean up the UI.
0
1 comment

Hi, Jason,

I'm afraid, a CUDA language extension is not supported in CLion for now. Please comment or upvote the related issue in our tracker: https://youtrack.jetbrains.com/issue/CPP-5266.

0

Please sign in to leave a comment.