你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 07:24:19 +08:00
GPU dict update
这个提交包含在:
@@ -90,8 +90,9 @@ class ModelConfig:
|
|||||||
except:
|
except:
|
||||||
deviceID = 0
|
deviceID = 0
|
||||||
|
|
||||||
self.device = {"dev": sim_config.set_model_device(deviceID), "snapsgpu2cpu": False}
|
self.device = {"dev": sim_config.set_model_device(deviceID),
|
||||||
self.device["deviceID"] = deviceID
|
"deviceID": deviceID,
|
||||||
|
"snapsgpu2cpu": False}
|
||||||
|
|
||||||
# Total memory usage for all grids in the model. Starts with 50MB overhead.
|
# Total memory usage for all grids in the model. Starts with 50MB overhead.
|
||||||
self.mem_overhead = 65e6
|
self.mem_overhead = 65e6
|
||||||
|
在新工单中引用
屏蔽一个用户