Esempio n. 1
0
 def get_dtype_registry(self):
     from loopy.target.c.compyte.dtypes import (
             DTypeRegistry, fill_registry_with_c_types)
     result = DTypeRegistry()
     fill_registry_with_c_types(result, respect_windows=False,
             include_bool=True)
     return DTypeRegistryWrapper(result)
Esempio n. 2
0
 def get_dtype_registry(self):
     from loopy.target.c.compyte.dtypes import (
             DTypeRegistry, fill_registry_with_c_types)
     result = DTypeRegistry()
     fill_registry_with_c_types(result, respect_windows=False,
             include_bool=True)
     return DTypeRegistryWrapper(result)