craftr.ext.compiler.nvcc

class craftr.ext.compiler.nvcc.NvccCompiler[source]

Interface for the NVIDIA CUDA compiler. Uses the environment variable CUDA_PATH to determine the CUDA toolkit location.

Important

This has been tested on Windows only, yet.

compile(sources, machine=64, static=True)[source]
get_opencl_context(arch=64)
get_opencl_framework(arch=64)[source]