fix: correct gather.py kernel_dir path
This commit is contained in:
2
dsv4/kernels/cache/gather.py
vendored
2
dsv4/kernels/cache/gather.py
vendored
@@ -15,7 +15,7 @@ import torch
|
||||
from torch.utils.cpp_extension import load
|
||||
|
||||
_kernel_module = None
|
||||
_kernel_dir = os.path.join(os.path.dirname(__file__), "cuda")
|
||||
_kernel_dir = os.path.join(os.path.dirname(__file__), "..", "cuda")
|
||||
|
||||
|
||||
def _get_kernel_module():
|
||||
|
||||
Reference in New Issue
Block a user