Skip to content

Commit 2a7fc3f

Browse files
authored
Merge pull request #1 from LuisaGroup/hybrid-embed
Hybrid embed
2 parents 161517d + 1cd521f commit 2a7fc3f

22 files changed

+8972
-6407
lines changed

README.md

Lines changed: 290 additions & 188 deletions
Large diffs are not rendered by default.

luisa_lang/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
raise Exception("luisa_lang requires Python 3.12 or higher")
66

77
from luisa_lang.lang import *
8-
from luisa_lang.lang_builtins import *
8+
from luisa_lang.lang_builtins import *
9+
10+
bool = boolean

luisa_lang/_builtin_decor.py

Lines changed: 223 additions & 355 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)