Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ alloc_conf_parts = [
|
|
7 |
'max_split_size_mb:128',
|
8 |
#'backend:cudaMallocAsync',
|
9 |
'expandable_segments:True',
|
10 |
-
'pinned_use_cuda_host_register:True', # May require careful testing; can sometimes be problematic if not fully supported or needed.
|
11 |
'pinned_num_register_threads:8', # Specific to pinned memory.
|
12 |
'pinned_use_background_threads:True' # Specific to pinned memory.
|
13 |
]
|
|
|
7 |
'max_split_size_mb:128',
|
8 |
#'backend:cudaMallocAsync',
|
9 |
'expandable_segments:True',
|
10 |
+
#'pinned_use_cuda_host_register:True', # May require careful testing; can sometimes be problematic if not fully supported or needed.
|
11 |
'pinned_num_register_threads:8', # Specific to pinned memory.
|
12 |
'pinned_use_background_threads:True' # Specific to pinned memory.
|
13 |
]
|