scikits.cuda.misc.init

scikits.cuda.misc.init(allocator=<Mock object at 0x2aade3828710>)[source]

Initialize libraries used by scikits.cuda.

Initialize the CUBLAS and CULA libraries used by high-level functions provided by scikits.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.