Sample: simpleVoteIntrinsics_nvrtc Minimum spec: SM 3.5 Simple program which demonstrates how to use the Vote (any, all) intrinsic instruction in a CUDA kernel with runtime compilation using NVRTC APIs. Requires Compute Capability 2.0 or higher. Key concepts: Vote Intrinsics CUDA Driver API Runtime Compilation