From f3c8a83168954796364451a07a94d067cc2cd414 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Fri, 18 Oct 2024 02:30:50 +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 d84adc0..e6d1498 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-17T02:30:14","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-10-18T02:30:45","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 5d6141f..d748a96 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.