[FRONTEND] Reverted from .random import *. There are still some

namespace errors in the Triton frontend apparently
This commit is contained in:
Philippe Tillet
2021-12-16 18:37:51 -08:00
parent 558555630f
commit e0b92c1380

View File

@@ -1,3 +1,3 @@
from . import core, random
from .core import *
from .random import rand, randint, randint4x, randn
from .random import *