Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
dde76e4
update the ci and currently we ignore the hip_rocm
lambda7xx Sep 1, 2023
88e3d61
update the shell-check
lambda7xx Sep 1, 2023
6dde4e8
update the docker_build.yml
lambda7xx Sep 1, 2023
9f935a1
update the docker_build.yml
lambda7xx Sep 1, 2023
a4e7093
remove the unuseful file and comment
lambda7xx Sep 26, 2023
2a58d1f
Merge branch 'repo-refactor' into repo-refactor-ci-lambda
lockshaw Sep 26, 2023
d818954
remove the makefile in ci
lambda7xx Sep 28, 2023
f2daf25
format the code
lambda7xx Sep 28, 2023
8f271ec
Merge branch 'repo-refactor-ci-lambda' of https://github.com/lambda7x…
lambda7xx Sep 28, 2023
4a6b2c9
rename the dockerfile
lambda7xx Sep 28, 2023
fb46abc
fix the comment
lambda7xx Sep 28, 2023
18cd241
format the code
lambda7xx Sep 28, 2023
01b8ef2
comment the docker
lambda7xx Sep 28, 2023
13cf2fd
leave config
lambda7xx Sep 28, 2023
a054943
comment
lambda7xx Sep 28, 2023
e1adfd8
add bash
lambda7xx Sep 28, 2023
73d9fd3
remove the docker
lambda7xx Sep 28, 2023
f09f7fd
update
lambda7xx Sep 28, 2023
c87cad5
delete the unuseful file
lambda7xx Sep 30, 2023
04bab53
delete and comment
lambda7xx Oct 1, 2023
196fc14
delete old
lambda7xx Oct 1, 2023
6f20c80
uncomment
lambda7xx Oct 1, 2023
7294f64
Update fmt version
lockshaw Oct 6, 2023
4913fa8
dematrix build job
lockshaw Oct 6, 2023
d629b82
Ci fixes
lockshaw Oct 6, 2023
b33de04
Remove unnecessary conda install
lockshaw Oct 6, 2023
dc8b2ce
Enable ccache CI
lockshaw Oct 6, 2023
3d478fc
Actually build more than just utils
lockshaw Oct 6, 2023
1809c22
Try to speed up cuda install
lockshaw Oct 6, 2023
81f0877
Fix invalid yaml
lockshaw Oct 6, 2023
d83226a
Try to speed up nvcc builds
lockshaw Oct 6, 2023
55f99cc
Hopefully enable prebuilt nccl
lockshaw Oct 6, 2023
7c689fa
Merge branch 'repo-refactor' into repo-refactor-ci-lambda
lockshaw Oct 6, 2023
af69302
Disable cuda cache
lockshaw Oct 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

13 changes: 4 additions & 9 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,15 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
path:
- check: "lib/compiler"
- check: "lib/ffi"
- check: "lib/kernels"
- check: "lib/op-attrs"
- check: "lib/pcg"
- check: "lib/runtime"
- check: "lib/substitutions"
- check: "lib/utils"
- 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.
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/docker-build-skip.yml

This file was deleted.

79 changes: 0 additions & 79 deletions .github/workflows/docker-build.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/gpu-ci-daemon.yml

This file was deleted.

Loading