Blender Git Loki

Git Commits -> Revision a922be9

Revision a922be9 by Sergey Sharybin (master)
January 6, 2015, 09:13 (GMT)
Cycles: Repot CPU and CUDA capabilities to system info operator

For CPU it gives available instructions set (SSE, AVX and so).

For GPU CUDA it reports most of the attribute values returned by
cuDeviceGetAttribute(). Ideally we need to only use set of those
which are driver-specific (so we don't clutter system info with
values which we can get from GPU specifications and be sure they
stay the same because driver can't affect on them).

Commit Details:

Full Hash: a922be9270496de95b8c8a4ec7923dd0cb50f184
Parent Commit: e961c06
Lines Changed: +197, -4

9 Modified Paths:

/intern/cycles/blender/addon/engine.py (+4, -0) (Diff)
/intern/cycles/blender/blender_python.cpp (+7, -0) (Diff)
/intern/cycles/device/device.cpp (+24, -1) (Diff)
/intern/cycles/device/device.h (+1, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+13, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+132, -1) (Diff)
/intern/cycles/device/device_intern.h (+4, -0) (Diff)
/intern/cycles/device/device_opencl.cpp (+6, -1) (Diff)
/release/scripts/modules/sys_info.py (+6, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021