aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r--litmus/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig
index 34ce6fb3a22e..a34440f3d8bc 100644
--- a/litmus/Kconfig
+++ b/litmus/Kconfig
@@ -325,6 +325,19 @@ config NV_DEVICE_NUM
325 Should be (<= to the number of CPUs) and 325 Should be (<= to the number of CPUs) and
326 (<= to the number of GPUs) in your system. 326 (<= to the number of GPUs) in your system.
327 327
328config NV_MAX_SIMULT_USERS
329 int "Maximum number of threads sharing a GPU simultanously"
330 depends on LITMUS_SOFTIRQD || LITMUS_PAI_SOFTIRQD
331 range 1 3
332 default "2"
333 help
334 Should be equal to the #copy_engines + #execution_engines
335 of the GPUs in your system.
336
337 Scientific/Professional GPUs = 3 (ex. M2070, Quadro 6000?)
338 Consumer Fermi/Kepler GPUs = 2 (GTX-4xx thru -6xx)
339 Older = 1 (ex. GTX-2xx)
340
328choice 341choice
329 prompt "CUDA/Driver Version Support" 342 prompt "CUDA/Driver Version Support"
330 default CUDA_4_0 343 default CUDA_4_0