Adding Cuda <<< >>> exception
已回答
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.
请先登录再写评论。
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.