summaryrefslogtreecommitdiff
path: root/src/solvers/gpu/host.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/gpu/host.rs')
-rw-r--r--src/solvers/gpu/host.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/gpu/host.rs b/src/solvers/gpu/host.rs
index d67138e..4fe835a 100644
--- a/src/solvers/gpu/host.rs
+++ b/src/solvers/gpu/host.rs
@@ -68,7 +68,7 @@ impl Host {
output_sender,
};
let handle = std::thread::Builder::new()
- .name("GPU Deamon".into())
+ .name("GPU Host Deamon".into())
.spawn(move || {
solver.run();
})