Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make native code portable and add GitHub workflow for building #949

Merged
merged 61 commits into from
Feb 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
b263fc6
Make native code portable and add GitHub workflow for building
rickardp Jan 2, 2024
de10f7e
Removed deprecated Python versions
rickardp Jan 2, 2024
0c62fa6
Merge branch 'main' into portable
rickardp Jan 13, 2024
aae5ff7
Update python-package.yml
rickardp Jan 25, 2024
b06590d
Update python-package.yml
rickardp Jan 25, 2024
03744cb
Update python-package.yml
rickardp Jan 25, 2024
648e2f5
Update python-package.yml
rickardp Jan 25, 2024
cba2b1a
Update python-package.yml
rickardp Jan 25, 2024
6f70a5e
Update python-package.yml
rickardp Jan 25, 2024
90fa8b1
Update python-package.yml
rickardp Jan 25, 2024
c815ca0
Update python-package.yml
rickardp Jan 25, 2024
36b1ef2
Do not test on Python 3.13 until released
rickardp Jan 25, 2024
44e3f17
Update python-package.yml
rickardp Jan 25, 2024
6fe8d0c
Update python-package.yml
rickardp Jan 26, 2024
572225e
Update python-package.yml
rickardp Jan 26, 2024
7a8676e
Update python-package.yml
rickardp Jan 26, 2024
771f6db
Merge branch 'main' into portable
rickardp Jan 28, 2024
8dd8d63
Refactor build stage
rickardp Jan 28, 2024
8b1ceb7
Fixed breaking actions change
rickardp Jan 28, 2024
e11867b
Slim down Windows cuda
rickardp Jan 28, 2024
57625db
Create dependabot.yml
rickardp Jan 28, 2024
ada2e9a
Bespoke local dev requirements.txt
rickardp Jan 28, 2024
e0093e9
Enable VS integration
rickardp Jan 28, 2024
23bdf05
Group Dependabot updates
rickardp Jan 28, 2024
87414c3
Cleanup
rickardp Jan 28, 2024
0ee8f7f
Update python-package.yml
rickardp Jan 28, 2024
1f35064
Merge branch 'main' into portable
rickardp Jan 31, 2024
816eee0
Reinstate file that was wrongly merged
rickardp Jan 31, 2024
0528324
Fixed regression caused by new version of download-artifact
rickardp Jan 31, 2024
8152e21
Update python-package.yml
rickardp Feb 1, 2024
9aad25a
Update python-package.yml
rickardp Feb 1, 2024
bcc6780
Fix matrix
rickardp Feb 1, 2024
2951e2c
Update python-package.yml
rickardp Feb 2, 2024
9867392
Merge
rickardp Feb 2, 2024
b773dfb
Pipeline
rickardp Feb 2, 2024
45ad394
Fixed conflict
rickardp Feb 2, 2024
e2e4874
Fixed conflict
rickardp Feb 2, 2024
59a1000
Update CMakeLists.txt
rickardp Feb 2, 2024
41ddd25
Fixed merge error
rickardp Feb 3, 2024
b5b6151
cleanup
rickardp Feb 3, 2024
ca5f14a
cleanup
rickardp Feb 3, 2024
cd8343e
Merge pull request #12 from rickardp/portable-merge
rickardp Feb 3, 2024
2456cf3
Merge remote-tracking branch 'origin/main' into portable
rickardp Feb 3, 2024
b460125
Find CUDA
rickardp Feb 3, 2024
7a605e1
Fix
rickardp Feb 3, 2024
28188a5
Fixing merge error from latest merge from main
rickardp Feb 3, 2024
86b2bd6
Fix setup.py
rickardp Feb 3, 2024
01c3f59
Fixed typo in artifact name
rickardp Feb 3, 2024
e4344b0
Remove linker flags
rickardp Feb 3, 2024
e2e8f87
Merge pull request #13 from rickardp/rickardp-patch-1
rickardp Feb 3, 2024
2ba8be3
Build nocublaslt versions
rickardp Feb 3, 2024
7ed6a01
Merge pull request #14 from rickardp/nocublaslt
rickardp Feb 3, 2024
eba19a8
Merge branch 'main' into portable
rickardp Feb 4, 2024
3288a0f
Fixed formatting
rickardp Feb 4, 2024
fdddb11
Fixed VS Code format on save
rickardp Feb 4, 2024
b7503c9
Ran format on save from VScode
rickardp Feb 4, 2024
fb642a5
Re-saved the json files using the new settings
rickardp Feb 4, 2024
2730dd9
Re-saved CMakeLists.txt to get formatting right
rickardp Feb 4, 2024
2e3a1d8
Add path filter
rickardp Feb 4, 2024
590a27a
Merge branch 'main' into portable
rickardp Feb 5, 2024
927f716
Formatting
rickardp Feb 5, 2024
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
Prev Previous commit
Next Next commit
Cleanup
rickardp committed Jan 28, 2024
commit 87414c3148600f44eabd15f5003a01de6dafa712
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
[build-system]
requires = [
"setuptools>=63",
"pytest~=7.2.2",
"einops~=0.6.0",
"wheel~=0.40.0",
"lion-pytorch~=0.0.6",
"scipy~=1.11.4"
]
requires = [ "setuptools", "wheel" ]
build-backend = "setuptools.build_meta"

[tool.ruff]