[PYTHON] Fix-up the previous commit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# or pybind11 shows `munmap_chunk(): invalid pointer`
|
||||
import torch
|
||||
# submodules
|
||||
from .code_gen import cdiv, jit, autotune, heuristics, Config, Autotuner, reinterpret
|
||||
from .code_gen import cdiv, next_power_of_2, jit, autotune, heuristics, Config, Autotuner, reinterpret
|
||||
|
||||
from . import language
|
||||
from . import code_gen
|
||||
|
Reference in New Issue
Block a user