From 55e4ca183c8a346e7a71454d3fc447a386bbb723 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Sun, 8 Dec 2024 02:36:28 +0000 Subject: [PATCH] build based on 8829a40 --- dev/.documenter-siteinfo.json | 2 +- dev/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 86c7626..b4c6e55 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-07T02:33:38","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-08T02:36:24","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 968add4..db79302 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1158,4 +1158,4 @@ 0.582215 1.0e-5 1.0e-5 0.447532 … 1.0e-5 0.99997 0.99997 0.140929 0.412588 0.506956 0.0280593 0.0519387 1.0e-5 1.0e-5 0.0540219 0.133946 0.103898 0.0626305 0.233832 1.0e-5 1.0e-5 - 0.222834 0.453456 0.389137 0.461778 0.71422 1.0e-5 1.0e-5
d.ll_new
-2.9888456882726927e6

Multi-threading

Multi-threading is supported by default if the julia session is launched with multiple threads. For example, one may launch Julia with 8 thread using the following command:

julia -t 8

GPU support

GPU is enabled by setting the keyword argument use_gpu to true. The parts computing gradients and Hessians of the loglikelihood is moved to GPU.

+ 0.222834 0.453456 0.389137 0.461778 0.71422 1.0e-5 1.0e-5
d.ll_new
-2.9888456882726927e6

Multi-threading

Multi-threading is supported by default if the julia session is launched with multiple threads. For example, one may launch Julia with 8 thread using the following command:

julia -t 8

GPU support

GPU is enabled by setting the keyword argument use_gpu to true. The parts computing gradients and Hessians of the loglikelihood is moved to GPU.