quantize.py and others import from dsv4.kernels.cuda.loader — the module must be a separate file, not just __init__.py.
3 lines
138 B
Python
3 lines
138 B
Python
"""CUDA kernel loader — re-exports from loader.py for convenience."""
|
|
from dsv4.kernels.cuda.loader import get_cuda_module, preload_all
|