We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 643878b + 1ce8c66 commit b9f4542Copy full SHA for b9f4542
numba_dpex/core/codegen.py
@@ -81,7 +81,7 @@ def _init(self, llvm_module):
81
self._data_layout = SPIR_DATA_LAYOUT[utils.MACHINE_BITS]
82
self._target_data = ll.create_target_data(self._data_layout)
83
self._tm_features = (
84
- "" # We need this for chaching, not sure about this value for now
+ "" # We need this for caching, not sure about this value for now
85
)
86
87
def _create_empty_module(self, name):
0 commit comments