diff --git a/dev/index.html b/dev/index.html index c8d0bb7..ca366a4 100644 --- a/dev/index.html +++ b/dev/index.html @@ -477,7 +477,7 @@

PreferencesCreates a LocalPreferences.toml file with the desired GPU backend.

If backend == "", then the gpu_backend preference is deleted. Otherwise, backend is validated to be one of the possible backends and the preference is set to backend.

If a new backend is successfully set, then the Julia session must be restarted for the change to take effect.

-

source

+

source

Data Transfer¤

@@ -486,7 +486,7 @@

Data Transfer
cpu_device() -> LuxCPUDevice()
 

Return a LuxCPUDevice object which can be used to transfer data to CPU.

-

source

+

source

# LuxDeviceUtils.gpu_deviceFunction.

gpu_device(; force_gpu_usage::Bool=false) -> AbstractLuxDevice()
@@ -498,7 +498,7 @@ 

Data TransferIf no GPU device is functional and force_gpu_usage is false, then cpu_device() is invoked.
  • If nothing works, an error is thrown.
  • -

    source

    +

    source

    Miscellaneous¤

    @@ -507,7 +507,7 @@

    Miscellaneous
    reset_gpu_device!()
     

    Resets the selected GPU device. This is useful when automatic GPU selection needs to be run again.

    -

    source

    +

    source

    # LuxDeviceUtils.supported_gpu_backendsFunction.

    supported_gpu_backends() -> Tuple{String, ...}
    @@ -517,7 +517,7 @@ 

    MiscellaneousWarning

    This is not the list of functional backends on the system, but rather backends which Lux.jl supports.

    -

    source

    +

    source

    diff --git a/dev/sitemap.xml b/dev/sitemap.xml index f18a928..72d12b6 100644 --- a/dev/sitemap.xml +++ b/dev/sitemap.xml @@ -2,7 +2,7 @@ https://luxdl.github.io/LuxDeviceUtils.jl/ - 2023-07-20 + 2023-07-26 daily \ No newline at end of file diff --git a/dev/sitemap.xml.gz b/dev/sitemap.xml.gz index c7a66c0..2f7549d 100644 Binary files a/dev/sitemap.xml.gz and b/dev/sitemap.xml.gz differ