mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-23 08:23:57 +00:00
575.51.02
This commit is contained in:
@@ -199,6 +199,9 @@ static NV_STATUS test_all_gpus_in_va(uvm_va_space_t *va_space)
|
||||
for (j = 0; j < ARRAY_SIZE(mem_types); ++j) {
|
||||
bool test_cpu_mappings = (mem_types[j] == UVM_RM_MEM_TYPE_SYS) || !g_uvm_global.conf_computing_enabled;
|
||||
|
||||
if (mem_types[j] == UVM_RM_MEM_TYPE_GPU && gpu->mem_info.size == 0)
|
||||
continue;
|
||||
|
||||
for (k = 0; k < ARRAY_SIZE(alignments); ++k) {
|
||||
|
||||
// Create an allocation in the GPU's address space
|
||||
|
||||
Reference in New Issue
Block a user