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.
1 parent dee63cc commit 80a8ca9Copy full SHA for 80a8ca9
extensions/cpp_extension.py
@@ -79,7 +79,7 @@ def build_jit(self) -> None:
79
80
# check if the kernel has been built
81
compiled_before = False
82
- kernel_file_path = build_directory.joinpath(f"{self.name}.o")
+ kernel_file_path = build_directory.joinpath(f"{self.name}.so")
83
if kernel_file_path.exists():
84
compiled_before = True
85
extensions/cuda_extension.py
@@ -74,7 +74,7 @@ def build_jit(self) -> None:
74
75
76
77
78
0 commit comments