Backends

Index

References

GPUInspector.backend!Method
backend!(b::Backend)

Set the GPU backend (manually). Note that the corresponding backend package (e.g. CUDA.jl) must already be loaded in the active Julia session (otherwise an exception is thrown).

source
GPUInspector.functionalMethod

Check if GPUInspector, and its GPU backend (e.g. CUDA.jl), is available and functional. If not, print some hopefully useful debug information (or turn it off with verbose=false).

source