We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f748f commit 186cf55Copy full SHA for 186cf55
2 files changed
.github/workflows/enflame-build-and-test.yml
@@ -12,7 +12,7 @@ concurrency:
12
13
jobs:
14
enflame-build-and-test:
15
- runs-on: enflame
+ runs-on: enflame-gcu300
16
if: ${{ github.repository == 'FlagTree/flagtree' || github.repository == 'flagos-ai/flagtree' }}
17
steps:
18
- name: Setup environment
CMakeLists.txt
@@ -466,7 +466,7 @@ find_package(Threads REQUIRED)
466
467
add_subdirectory(third_party/f2reduce)
468
469
-if(NOT FLAGTREE_BACKEND OR FLAGTREE_BACKEND MATCHES "^(aipu|tsingmicro)$")
+if(NOT FLAGTREE_BACKEND OR FLAGTREE_BACKEND MATCHES "^(aipu|tsingmicro|enflame)$")
470
add_subdirectory(bin)
471
add_subdirectory(test)
472
endif()
0 commit comments