Exemple #1
0
 def c_header_dirs(self, **kwargs):
     dirs = [
         gpuarray_helper_inc_dir(),
         pygpu.get_include(),
         config.cuda__include_path,
     ]
     if config.magma__include_path:
         dirs.append(config.magma__include_path)
     return dirs
Exemple #2
0
 def c_header_dirs(self, **kwargs):
     dirs = [
         gpuarray_helper_inc_dir(),
         pygpu.get_include(),
         config.cuda__include_path,
     ]
     if config.ctc__root != "":
         dirs.append(os.path.join(config.ctc__root, "include"))
     return dirs
Exemple #3
0
 def c_header_dirs(self, **kwargs):
     return [gpuarray_helper_inc_dir()]
Exemple #4
0
 def c_header_dirs(self, **kwargs):
     return [gpuarray_helper_inc_dir(), pygpu.get_include()]