tomobar.cuda_kernels package

tomobar.cuda_kernels package#

Module contents#

tomobar.cuda_kernels.load_cuda_module(file: str, name_expressions: List[str] = None, options: Tuple[str] = ()) <cp.ndarray>[source]#

Load a CUDA module file, i.e. a .cu file, from the file system, compile it, and return is as a CuPy RawModule for further processing.