Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
338 commits
Select commit Hold shift + click to select a range
9bac959
Add visitable_formatter
lockshaw Aug 9, 2023
9343246
Add FF_VISIT_FMTABLE
lockshaw Aug 9, 2023
be103a4
Update formatting to match repo-refactor
lockshaw Aug 9, 2023
eebb0d5
Merge remote-tracking branch 'origin/repo-refactor' into repo-refacto…
lockshaw Aug 9, 2023
f35a4ab
Misc post-merge fixes
lockshaw Aug 9, 2023
0643b19
Merge branch 'repo-refactor-lambda' into repo-refactor-lambda-test
lockshaw Aug 9, 2023
edb1c58
serial parallel composition
wmdi Aug 9, 2023
70e2b49
remove commited out codes
wmdi Aug 10, 2023
6283528
view MultiDiGraph as labelled
wmdi Aug 11, 2023
a240092
make machine mapping immutable
wmdi Aug 11, 2023
a8988d9
minor fix & format
wmdi Aug 11, 2023
e6bc14a
move general codes into proper places
wmdi Aug 14, 2023
04a9525
format
wmdi Aug 14, 2023
8bad012
Merge remote-tracking branch 'upstream/repo-refactor' into repo-refactor
wmdi Aug 16, 2023
60b6f59
minor fix & format
wmdi Aug 17, 2023
c9d98b1
Build fixes
lockshaw Aug 17, 2023
b8c3221
Update test to use node ports
lockshaw Aug 17, 2023
8fd7ef0
minor fix
wmdi Aug 18, 2023
4712199
Undo changes to lib/CMakeLists.txt
lockshaw Aug 18, 2023
d58afe7
Add exception throw to value_all
lockshaw Aug 18, 2023
f2b6ab7
Merge remote-tracking branch 'lambda/repo-refactor-lambda' into lambd…
lockshaw Aug 18, 2023
b7c43fd
Merge remote-tracking branch 'origin/repo-refactor-lambda-test' into …
lockshaw Aug 18, 2023
fdb229e
add unit tests for compiler (#870)
wmdi Aug 18, 2023
11b4577
Move over to GraphInternal
lockshaw Aug 18, 2023
5ae2d79
Add GraphInternals implementation
lockshaw Aug 18, 2023
b0f53de
Many miscellaneous fixes to utils
lockshaw Aug 18, 2023
6a7dcab
add test for the kernel help
lambda7xx Aug 19, 2023
6703ef2
refine the test_datatype_dispatch
lambda7xx Aug 19, 2023
e370e54
fix the error of test_perf_metrics
lambda7xx Aug 19, 2023
60e3945
update substitutions to align with latest changes
wmdi Aug 19, 2023
6bb76df
format
wmdi Aug 19, 2023
47b2a7f
Add first draft of docs for visitable (#890)
lockshaw Aug 20, 2023
0e5abe5
Change constructor to not be protected
lockshaw Aug 20, 2023
4d5d8de
draft substitutions
wmdi Aug 21, 2023
fc807b4
format
wmdi Aug 21, 2023
22a9781
forma t
lambda7xx Aug 21, 2023
654b853
Build Attention and Aggregate Spec (#886)
KateUnger Aug 21, 2023
ba08772
Fix AdjacencyMultiDiGraph default construction error (#1005)
KateUnger Aug 21, 2023
bd668c8
Remove outdated runtime files (#1006)
KateUnger Aug 21, 2023
c2e7bfc
Delete include (#1007)
KateUnger Aug 21, 2023
55e8de3
further draft substitution
wmdi Aug 21, 2023
4f0e4d2
format
wmdi Aug 21, 2023
550eb3c
Merge remote-tracking branch 'upstream/repo-refactor' into substitutions
wmdi Aug 22, 2023
58a304c
Added missing iterator include (#1015)
stelleg Aug 23, 2023
77727a7
Rename DeviceSpecificArg to DeviceSpecific (#1009)
KateUnger Aug 23, 2023
fc12962
Per lib build checks (#1022)
aquan9 Aug 23, 2023
cc5837b
minor fix
wmdi Aug 23, 2023
2e16668
Fix test errors in utils
lockshaw Aug 25, 2023
4e3029e
Format
lockshaw Aug 25, 2023
45de184
Add missing constructor
lockshaw Aug 25, 2023
dbf912a
Merge remote-tracking branch 'origin/repo-refactor' into lambda-utils…
lockshaw Aug 25, 2023
d1aa92f
refactor the pattern graph to be OutputLabelledOpenMultiDiGraph
wmdi Aug 25, 2023
a5e111e
format
wmdi Aug 25, 2023
2fb2c7d
minor fix
wmdi Aug 28, 2023
a6ed3b5
Small set of graph fixes
lockshaw Aug 28, 2023
a1bffc5
updates
wmdi Aug 28, 2023
efb0112
Address lambda comments
lockshaw Aug 28, 2023
59839b7
Format
lockshaw Aug 28, 2023
395df2f
Fix strange nccl build issue from -w flag
lockshaw Aug 29, 2023
ee9f7ca
readme for substitutions
wmdi Aug 29, 2023
af92caa
fix the cmake
lambda7xx Aug 29, 2023
dede2c7
implement the constructor in cc
lambda7xx Aug 29, 2023
c65c4ac
format
lambda7xx Aug 29, 2023
08dd3fe
format
wmdi Aug 30, 2023
82e2c2c
check substitution validity
wmdi Aug 30, 2023
8682892
Fix fmt bugs
lockshaw Aug 31, 2023
9051bf6
Merge remote-tracking branch 'refs/remotes/lockshaw/lambda-utils-test…
lockshaw Aug 31, 2023
a0cac29
Revert lambda lib/CMakeLists.txt changes
lockshaw Aug 31, 2023
ae97d59
initialize tests for substitutions
wmdi Aug 31, 2023
c1b5f4a
Fix bug in pcg build
lockshaw Aug 31, 2023
cee33f3
Merge pull request #940 from lockshaw/lambda-utils-testing
lambda7xx Sep 1, 2023
066eb1d
Bump c++ version to 17 (#1067)
lockshaw Sep 1, 2023
e0559cb
Merge remote-tracking branch 'upstream/repo-refactor' into substitutions
wmdi Sep 1, 2023
c2513c6
fix
wmdi Sep 1, 2023
c2b6b04
format
wmdi Sep 1, 2023
21b8549
remove output tensor computation
wmdi Sep 4, 2023
193b44a
start to implement the softmax_kernel
lambda7xx Sep 7, 2023
e776068
add API inferface
lambda7xx Sep 7, 2023
47d7d90
softmax kernels version0.1
lambda7xx Sep 7, 2023
204d0b9
combine
KateUnger Sep 7, 2023
6c32d50
concat
KateUnger Sep 8, 2023
cf7cf05
add empty method
lambda7xx Sep 8, 2023
bd63d52
copy some old code and implement topK version 0.1
lambda7xx Sep 8, 2023
19e20b1
add API method
lambda7xx Sep 8, 2023
06e21c3
transpose version0.1
lambda7xx Sep 8, 2023
244a0ec
start to do the Repartition
lambda7xx Sep 8, 2023
6f0af2a
modify the backward and forward
lambda7xx Sep 8, 2023
c5df897
start to implement the init
lambda7xx Sep 8, 2023
c2780b2
start measure_operator_cost
lambda7xx Sep 8, 2023
a43ff0f
partition version 0.1
lambda7xx Sep 8, 2023
e3b633f
implement get_operator_attrs
wmdi Sep 8, 2023
3041dc7
get parallel operator attributes & minor fix
wmdi Sep 8, 2023
ea1e8e5
format
wmdi Sep 8, 2023
8e28dd0
concat
KateUnger Sep 11, 2023
676f247
combine
KateUnger Sep 12, 2023
98a3c67
format
KateUnger Sep 12, 2023
bc12e40
Conv 2D Op (#1112)
KateUnger Sep 13, 2023
1508050
match open graphs
wmdi Sep 13, 2023
c0d3513
conv2d typo (#1135)
KateUnger Sep 14, 2023
6b64ae6
cuda
KateUnger Sep 14, 2023
2138358
format
KateUnger Sep 14, 2023
d764545
format and cuda
KateUnger Sep 14, 2023
116d162
Merge branch 'repo-refactor' into concat_new
KateUnger Sep 14, 2023
c2bdb7a
Merge branch 'repo-refactor' of https://github.com/flexflow/FlexFlow …
KateUnger Sep 14, 2023
f315b74
delete comments
KateUnger Sep 14, 2023
faa2411
format and fix cc
KateUnger Sep 15, 2023
58a7c62
Merge remote-tracking branch 'upstream/repo-refactor' into substitutions
wmdi Sep 15, 2023
b5ce50c
format
KateUnger Sep 15, 2023
322d945
minor fix
wmdi Sep 17, 2023
4fadbcf
Implement substitutions (#1011)
wmdi Sep 19, 2023
76a86ed
update the softmax
lambda7xx Sep 24, 2023
b17dae9
Serialize jobs in per-lib-checks workflow (#1149)
goliaro Sep 24, 2023
d684286
update the topk
lambda7xx Sep 24, 2023
c114bc4
update the transpose
lambda7xx Sep 24, 2023
cecc7f8
add update and leave task to implement
lambda7xx Sep 24, 2023
06c96ad
update the reduce
lambda7xx Sep 24, 2023
675a22b
use exceptions
lambda7xx Sep 27, 2023
e4c90cf
use exceptions
lambda7xx Sep 27, 2023
986af8f
use exceptions in partition.cc
lambda7xx Sep 27, 2023
dc73c86
fix signatures and bind_arg
KateUnger Sep 28, 2023
cdd5b36
Merge branch 'repo-refactor' into no_op
reyna-abhyankar Sep 30, 2023
990276c
fix
KateUnger Sep 30, 2023
98539d4
fix type error
lambda7xx Sep 30, 2023
4359386
refine the softmax by binding new thing in init
lambda7xx Oct 3, 2023
9e17b38
leave the index
lambda7xx Oct 3, 2023
53a6b2a
format the code
lambda7xx Oct 3, 2023
5d3cee7
format repo-refactor (#1168)
KateUnger Oct 4, 2023
069e94c
Merge branch 'repo-refactor' of https://github.com/flexflow/FlexFlow …
KateUnger Oct 4, 2023
0f083a3
combine
KateUnger Oct 4, 2023
b20afc8
Merge branch 'repo-refactor' of https://github.com/flexflow/FlexFlow …
KateUnger Oct 4, 2023
0b5704c
finish concat
KateUnger Oct 4, 2023
a09b61f
Merge branch 'concat_new' of github.com:KateUnger/FlexFlow into conca…
KateUnger Oct 4, 2023
94a1bd9
concat
KateUnger Oct 4, 2023
0dfbed8
add delete
KateUnger Oct 4, 2023
2b8894b
conv2d typo fix
KateUnger Oct 4, 2023
dd9c2c3
Merge branch 'repo-refactor' of https://github.com/flexflow/FlexFlow …
KateUnger Oct 4, 2023
a79b37c
finish element_binary
KateUnger Oct 4, 2023
63627fa
element_binary
KateUnger Oct 4, 2023
b71b73e
conv2d
KateUnger Oct 4, 2023
931d8e4
Merge branch 'repo-refactor' into no_op
reyna-abhyankar Oct 5, 2023
49f811d
concat
KateUnger Oct 5, 2023
e388534
concat
KateUnger Oct 5, 2023
cdb29f2
finish concat
KateUnger Oct 5, 2023
630da82
Fix signature return
reyna-abhyankar Oct 5, 2023
16ca54c
Comment CHECK_FMTABLE
reyna-abhyankar Oct 5, 2023
2e39499
Add signature for other ops
reyna-abhyankar Oct 5, 2023
8145d0f
Merge pull request #1139 from KateUnger/no_op
reyna-abhyankar Oct 5, 2023
57edb78
Merge branch 'repo-refactor' into concat_new
reyna-abhyankar Oct 5, 2023
cf33e1e
Repo refactor ci (#1083)
lambda7xx Oct 6, 2023
b670a2c
Merge branch 'repo-refactor' into concat_new
reyna-abhyankar Oct 6, 2023
4d1bd0a
Merge branch 'repo-refactor' into element_binary
lockshaw Oct 6, 2023
76d0ee7
Merge branch 'repo-refactor' into repo-refactor-lambda-Repartition-OP
lockshaw Oct 6, 2023
bc70bdb
Merge branch 'repo-refactor' into repo-refactor-lambda-transpose-OP
lockshaw Oct 6, 2023
9a227d4
Merge branch 'repo-refactor' into repo-refactor-lambda-topK-OP
lockshaw Oct 6, 2023
6ec88c5
Merge branch 'repo-refactor' into combine_new
lockshaw Oct 6, 2023
6eb3a16
Merge pull request #1114 from KateUnger/concat_new
reyna-abhyankar Oct 6, 2023
b1806b3
Merge branch 'repo-refactor' into repo-refactor-lambda-softmax-OP
lockshaw Oct 6, 2023
5a38012
Merge branch 'repo-refactor' into conv2d
reyna-abhyankar Oct 6, 2023
7d52ca8
Merge branch 'repo-refactor' into repo-refactor-lambda-Repartition-OP
lockshaw Oct 6, 2023
aadaff7
Merge branch 'repo-refactor' into conv2d
reyna-abhyankar Oct 6, 2023
16c9c7c
Merge pull request #1169 from KateUnger/conv2d
reyna-abhyankar Oct 6, 2023
0376cae
Call fwd sig
reyna-abhyankar Oct 6, 2023
ac38e58
Remove namespace std
reyna-abhyankar Oct 6, 2023
bc35da0
Merge branch 'repo-refactor' into combine_new
reyna-abhyankar Oct 6, 2023
3dc4093
Format
reyna-abhyankar Oct 7, 2023
d926516
Merge pull request #1113 from KateUnger/combine_new
reyna-abhyankar Oct 7, 2023
95dd194
Fix signature
reyna-abhyankar Oct 7, 2023
e34245c
Merge branch 'repo-refactor' into element_binary
reyna-abhyankar Oct 7, 2023
329c0e5
Merge pull request #1136 from KateUnger/element_binary
reyna-abhyankar Oct 7, 2023
277e107
Dropout Op (#1134)
KateUnger Oct 7, 2023
dd39cc8
Flat Operator (#1137)
KateUnger Oct 7, 2023
e1b1be2
Batch Norm Op (#1110)
KateUnger Oct 7, 2023
8c424a9
fix the init_task
lambda7xx Oct 10, 2023
13a0dc5
add topk
lambda7xx Oct 10, 2023
bcd6bf4
Merge branch 'repo-refactor-lambda-topK-OP' of https://github.com/lam…
lambda7xx Oct 10, 2023
9a8c3fb
add allocator to allocate memory for index_ptr
lambda7xx Oct 10, 2023
e7dc8c0
remove the old comment
lambda7xx Oct 10, 2023
58ecd89
Merge branch 'repo-refactor-lambda-transpose-OP' of https://github.co…
lambda7xx Oct 10, 2023
89dd105
fix the input_tensor
lambda7xx Oct 10, 2023
31a55ca
start to update the kernel
lambda7xx Oct 10, 2023
1039372
fix the transpose_kernels cu
lambda7xx Oct 11, 2023
56f931a
fix the transpose op
lambda7xx Oct 11, 2023
e750c93
subsitutions build
wmdi Oct 11, 2023
4daf4d9
fmt
wmdi Oct 11, 2023
77e85ad
Merge remote-tracking branch 'upstream/repo-refactor' into test-subst…
wmdi Oct 12, 2023
a44b0cb
fmt
wmdi Oct 12, 2023
561a2f7
fmt
wmdi Oct 12, 2023
8a1fb69
fix issues caused by merge
wmdi Oct 12, 2023
d096ba1
Purge MOE operators (#1177)
reyna-abhyankar Oct 12, 2023
9ef1113
Merge branch 'repo-refactor' into test-substitution
lockshaw Oct 12, 2023
7eb34b7
Cast Op (#1111)
KateUnger Oct 12, 2023
716e5b9
Merge branch 'repo-refactor' into repo-refactor-lambda-Repartition-OP
reyna-abhyankar Oct 17, 2023
1d0ef22
Update lib/runtime/src/ops/softmax.cc
reyna-abhyankar Oct 17, 2023
6c2751f
Update lib/runtime/src/ops/softmax.cc
reyna-abhyankar Oct 17, 2023
a55c54b
Update lib/runtime/src/ops/softmax.cc
reyna-abhyankar Oct 17, 2023
1771a01
Merge branch 'repo-refactor' into repo-refactor-lambda-softmax-OP
reyna-abhyankar Oct 17, 2023
e31a41d
fix
wmdi Oct 17, 2023
933981e
fix the error
lambda7xx Oct 17, 2023
24c55ef
Merge branch 'repo-refactor-lambda-Repartition-OP' of https://github.…
lambda7xx Oct 17, 2023
d1b38c8
fix the kernel
lambda7xx Oct 17, 2023
c352c52
fix the topk error and add indeices
lambda7xx Oct 17, 2023
b6f4112
fix the error
lambda7xx Oct 17, 2023
66b9591
fix the conflict
lambda7xx Oct 17, 2023
f9549b6
format the code
lambda7xx Oct 17, 2023
6e29568
format the code
lambda7xx Oct 17, 2023
5b97efa
Split OP (#1107)
lambda7xx Oct 18, 2023
1610902
Merge branch 'repo-refactor' into repo-refactor-lambda-softmax-OP
reyna-abhyankar Oct 18, 2023
4d799b7
fix the typo
lambda7xx Oct 18, 2023
fa6a929
fix the typo
lambda7xx Oct 18, 2023
5ddd801
fix the typo
lambda7xx Oct 18, 2023
c62b26c
Merge branch 'repo-refactor' into repo-refactor-lambda-topK-OP
lambda7xx Oct 19, 2023
53ed023
fix the semi
lambda7xx Oct 19, 2023
4ba60f4
fix the format
lambda7xx Oct 19, 2023
f494210
Merge pull request #1106 from lambda7xx/repo-refactor-lambda-softmax-OP
lambda7xx Oct 19, 2023
d8a3276
Merge branch 'repo-refactor' into repo-refactor-lambda-transpose-OP
reyna-abhyankar Oct 19, 2023
4a5b2dc
Replicate OP (#1101)
lambda7xx Oct 19, 2023
5e227c2
Merge branch 'repo-refactor' into repo-refactor-lambda-transpose-OP
reyna-abhyankar Oct 19, 2023
c8adea0
implement some missing functions
wmdi Oct 20, 2023
ecbb20f
format
wmdi Oct 20, 2023
8993f43
Merge branch 'repo-refactor' into repo-refactor-lambda-topK-OP
reyna-abhyankar Oct 23, 2023
04a348f
Merge pull request #1117 from lambda7xx/repo-refactor-lambda-transpos…
lambda7xx Oct 25, 2023
29cf3cd
Merge branch 'repo-refactor' into repo-refactor-lambda-topK-OP
lambda7xx Oct 25, 2023
d75a8f5
Merge pull request #1116 from lambda7xx/repo-refactor-lambda-topK-OP
lambda7xx Oct 25, 2023
28f9aea
Reshape OP (#1100)
lambda7xx Nov 1, 2023
e2ba62e
Reverse OP (#1105)
lambda7xx Nov 1, 2023
f2e1ec7
Merge branch 'repo-refactor' into repo-refactor-lambda-Repartition-OP
reyna-abhyankar Nov 1, 2023
41e15ef
Merge pull request #1119 from lambda7xx/repo-refactor-lambda-Repartit…
lambda7xx Nov 1, 2023
f29461b
Pool2D OP (#1182)
lambda7xx Nov 1, 2023
ed8b4b4
Reduce OP (#1118)
lambda7xx Nov 2, 2023
f01e13b
Reduction OP (#1120)
lambda7xx Nov 2, 2023
9372819
Update submodule (#1212)
reyna-abhyankar Nov 2, 2023
0f3c7de
substitutions tests pass
wmdi Nov 5, 2023
ec0dead
fmt
wmdi Nov 5, 2023
2940646
Batch Matmul Op (#1023)
KateUnger Dec 31, 2023
6e6779e
improve at for OutputLabelledOpenMultiDiGraph
wmdi Jan 6, 2024
0f75405
graph get_ptr fix
wmdi Jan 6, 2024
68a1bf1
fmt
wmdi Jan 6, 2024
ebfde7a
Embedding (#1256)
reyna-abhyankar Jan 7, 2024
53a9daa
update fmt
wmdi Jan 8, 2024
75d8482
Hip kernel fix (#1178)
reyna-abhyankar Jan 17, 2024
d4d9354
remove unnecessary virtual
wmdi Jan 19, 2024
b474d8d
format
wmdi Jan 19, 2024
7a87d11
Merge pull request #1189 from wmdi/test-substitution
wmdi Jan 19, 2024
863414e
Merge branch 'repo-refactor' into repo-refactor-kernel-help-test
lambda7xx Feb 6, 2024
bf41a4b
linear operator (#1180)
lambda7xx Feb 7, 2024
49d2ff7
LayerNorm OP draft (#1186)
lambda7xx Feb 8, 2024
3237169
Element Unary Op (#1257)
reyna-abhyankar Mar 7, 2024
74c90bf
Remove unnecessary dependencies and allow using external installs (#1…
lockshaw Mar 16, 2024
90a9479
Merge branch 'repo-refactor' into repo-refactor-kernel-help-test
lambda7xx Mar 20, 2024
b2d6bfa
modify 992
lambda7xx Mar 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .clang-format → .clang-format-for-format-sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,12 @@ IndentWidth: 2
IndentWrappedFunctionNames: true
InsertBraces: true
InsertTrailingCommas: None
InsertNewlineAtEOF: true
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: true
LambdaBodyIndentation: Signature
LineEnding: LF
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
Expand Down
53 changes: 53 additions & 0 deletions .flake/pkgs/legion.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{ lib
, stdenv
, fetchFromGitLab
, cmake
, python3
, cudaPackages ? { }
, cudaCapabilities ? [ "60" "70" "80" "86" ]
, maxDim ? 5
}:

# from https://codeberg.org/Uli/nix-things/src/commit/776519e382c81b136c1d0b10d8c7b52b4acb9192/overlays/cq/python/libclang-python.nix

let
cmakeFlag = x: if x then "1" else "0";

inherit (cudaPackages) cudatoolkit;
in

stdenv.mkDerivation rec {
pname = "legion_flexflow";
version = "2024-03-13";

src = fetchFromGitLab {
owner = "StanfordLegion";
repo = "legion";
rev = "24e8c452341dea41427e0ce61e154d61715e6835";
sha256 = "sha256-NjCSjphOIew/V24i74I6DModSGcWKLeiSIjts3cFtx4=";
fetchSubmodules = true;
};

nativeBuildInputs = [
cmake
];

cmakeFlags = [
"-DLegion_USE_Python=1"
"-DLegion_BUILD_BINDINGS=1"
"-DLegion_USE_CUDA=1"
"-DLegion_CUDA_ARCH=${lib.concatStringsSep "," cudaCapabilities}"
"-DLegion_MAX_DIM=${toString maxDim}"
];

buildInputs = [
python3
cudatoolkit
];

meta = with lib; {
description = "Legion is a parallel programming model for distributed, heterogeneous machines";
homepage = "https://github.com/StanfordLegion/legion";
license = licenses.asl20;
};
}
43 changes: 43 additions & 0 deletions .flake/pkgs/tokenizers-cpp.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{ lib
, stdenv
, fetchFromGitHub
, cmake
, rustc
, cargo
}:

stdenv.mkDerivation rec {
pname = "tokenizers-cpp";
version = "2024-03-13";

src = fetchFromGitHub {
owner = "mlc-ai";
repo = "tokenizers-cpp";
rev = "4f42c9fa74946d70af86671a3804b6f2433e5dac";
sha256 = "sha256-p7OYx9RVnKUAuMexy3WjW2zyfMJ/Q9ss4xFLsbQK7wA=";
fetchSubmodules = true;
};

nativeBuildInputs = [
cmake
rustc
];

# cmakeFlags = [
# "-DLegion_USE_Python=1"
# "-DLegion_BUILD_BINDINGS=1"
# "-DLegion_USE_CUDA=1"
# "-DLegion_CUDA_ARCH=${lib.concatStringsSep "," cudaCapabilities}"
# ];

buildInputs = [ ];
# python3
# cudatoolkit
# ];

meta = with lib; {
description = "Universal cross-platform tokenizers binding to HF and sentencepiece";
homepage = "https://github.com/mlc-ai/tokenizers-cpp";
license = licenses.asl20;
};
}
32 changes: 0 additions & 32 deletions .github/workflows/build-skip.yml

This file was deleted.

160 changes: 0 additions & 160 deletions .github/workflows/build.yml

This file was deleted.

15 changes: 7 additions & 8 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
path:
- check: "src"
exclude: '\.proto$'
- check: "include"
- check: "nmt"
- check: "python"
- check: "scripts"
- check: "lib"
- check: "tests"
- check: "examples"
- check: "bindings"
- check: "bin"
exclude: '\.proto$'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/clang-format-action@v4.8.0
uses: lockshaw/clang-format-action@v4.11.0-flexflow-3
with:
clang-format-version: "15"
clang-format-version: "16"
check-path: ${{ matrix.path['check'] }}
exclude-regex: ${{ matrix.path['exclude'] }}
24 changes: 0 additions & 24 deletions .github/workflows/docker-build-skip.yml

This file was deleted.

Loading