diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-18 21:30:36 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-18 21:30:36 -0400 |
commit | f916cdb8e6a9ee2c917fddb7351e6bb39f6c953e (patch) | |
tree | b7904b93f4da153a40815b89378e7b3ca2f70591 /litmus/Kconfig | |
parent | 6ab36ca992441f7353840c70fc91d99a500a940e (diff) |
Added support for simult-users in kfmlp
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 13 |
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 | ||
328 | config 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 | |||
328 | choice | 341 | choice |
329 | prompt "CUDA/Driver Version Support" | 342 | prompt "CUDA/Driver Version Support" |
330 | default CUDA_4_0 | 343 | default CUDA_4_0 |