Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cuda_core/build_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _extension_depends():
Listing the whole directory keeps the rule free of include parsing; the
cost is that every extension rebuilds when any of these headers changes,
exactly as editing the one monolithic header did before the split."""
cpp = Path("cuda", "core", "_cpp")
cpp = Path(__file__).parent / "cuda" / "core" / "_cpp"
return sorted(
str(path)
for module_dir in cpp.iterdir()
Expand Down
Loading