System console error when GPU rendering on Windows build with CUDA enabled

Hello, I’m receiving this error in the system console when attempting to render with GPU.

For context, I have a GTX 1070Ti. I installed the CUDA Toolkit 10.1 update 2 (cuda_10.1.243_426.00_win10.exe) to build Blender with CUDA enabled. In the cmake file, I WITH_CYCLES_CUDA_BINARIES enabled, and set CYCLES_CUDA_BINARIES_ARCH to just sm_61 which is the architecture my graphics card uses. Blender builds successfully, and I can see my graphics card under the system preferences. I can render with the CPU, but GPU render fails.

This bug should have been fixed yesterday, is this with a recent pull?

…oh, I didn’t pull today. I’ll try that. Thanks.