Skip to content

Commit 440b230

Browse files
committed
issue/1138t - temporarily disbaled gaussian nll loss and hinge embedding loss
1 parent fa2a580 commit 440b230

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

xmake/iluvatar.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ target("infiniop-iluvatar")
5353

5454
-- set_languages("cxx17") 天数似乎不能用这个配置
5555
add_files("../src/infiniop/devices/nvidia/*.cu", "../src/infiniop/ops/*/nvidia/*.cu")
56-
-- skip scaled_mm, adapt it later
57-
-- remove_files("../src/infiniop/ops/scaled_mm/nvidia/*.cu")
56+
-- skip gaussian_nll_loss and hinge_embedding_loss and adapt them later
57+
remove_files("../src/infiniop/ops/gaussian_nll_loss/nvidia/*.cu")
58+
remove_files("../src/infiniop/ops/hinge_embedding_loss/nvidia/*.cu")
5859

5960
add_files("../src/infiniop/ops/*/iluvatar/*.cu")
6061

0 commit comments

Comments
 (0)