Skip to content

Commit

Permalink
Make native code portable and add GitHub workflow for building (#949)
Browse files Browse the repository at this point in the history
* Make native code portable and add GitHub workflow for building

* Removed deprecated Python versions

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

Co-authored-by: Aarni Koskela <[email protected]>

* Update python-package.yml

* Do not test on Python 3.13 until released

* Update python-package.yml

* Update python-package.yml

* Update python-package.yml

* Update python-package.yml

* Refactor build stage

* Fixed breaking actions change

* Slim down Windows cuda

* Create dependabot.yml

* Bespoke local dev requirements.txt

* Enable VS integration

* Group Dependabot updates

* Cleanup

* Update python-package.yml

* Reinstate file that was wrongly merged

* Fixed regression caused by new version of download-artifact

* Update python-package.yml

* Update python-package.yml

* Fix matrix

* Update python-package.yml

* Merge

* Pipeline

* Fixed conflict

* Fixed conflict

* Update CMakeLists.txt

* Fixed merge error

* cleanup

* cleanup

* Find CUDA

* Fix

* Fixing merge error from latest merge from main

* Fix setup.py

* Fixed typo in artifact name

* Remove linker flags

* Build nocublaslt versions

* Fixed formatting

* Fixed VS Code format on save

* Ran format on save from VScode

* Re-saved the json files using the new settings

* Re-saved CMakeLists.txt to get formatting right

* Add path filter

* Formatting

---------

Co-authored-by: Aarni Koskela <[email protected]>
  • Loading branch information
rickardp and akx committed Feb 5, 2024
1 parent 332530b commit 73d3e7b
Show file tree
Hide file tree
Showing 19 changed files with 629 additions and 492 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: "weekly"
groups:
major:
update-types: [major]
minor-patch:
update-types: [minor, patch]
271 changes: 0 additions & 271 deletions .github/workflows/cmake.yml

This file was deleted.

Loading

0 comments on commit 73d3e7b

Please sign in to comment.