(self)
| 167 | self.default_compile_options = self._nvrtc_compile_options |
| 168 | |
| 169 | def nvcc(self): |
| 170 | self.backend = "nvcc" |
| 171 | self.default_compile_options = self._nvcc_compile_options |
| 172 | |
| 173 | def insert_operation(self, op_key, cubin, hostfile, op_name, op_attrs): |
| 174 | connection = sqlite3.connect(CACHE_FILE) |