skcuda.misc.init

skcuda.misc.init(allocator=<Mock object>)[source]

Initialize libraries used by scikit-cuda.

Initialize the CUBLAS, CULA, CUSOLVER, and MAGMA libraries used by high-level functions provided by scikit-cuda.

Parameters:allocator (an allocator used internally by some of the high-level) – functions.

Notes

This function does not initialize PyCUDA; it uses whatever device and context were initialized in the current host thread.