From fee4b646c451303a78baef3cbf031e9e0f771373 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 6 Feb 2018 15:19:25 +0100 Subject: Cycles: tweak CUDA messages and avoid build errors with existing sm_2x configs. --- intern/cycles/device/device_cuda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/device/device_cuda.cpp') diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp index d28080c667a..5703aa7144e 100644 --- a/intern/cycles/device/device_cuda.cpp +++ b/intern/cycles/device/device_cuda.cpp @@ -2479,7 +2479,7 @@ void device_cuda_info(vector& devices) cuDeviceGetAttribute(&major, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR, num); if(major < 3) { VLOG(1) << "Ignoring device \"" << name - << "\", compute capability is too low."; + << "\", this graphics card is no longer supported."; continue; } -- cgit v1.2.3