1. 20 Sep, 2024 2 commits
  2. 26 Aug, 2024 1 commit
  3. 22 Aug, 2024 1 commit
  4. 12 Jul, 2024 1 commit
    • Markus Hennerbichler's avatar
      Fix CUDA 12.5 build issue (#1273) · 85e01276
      Markus Hennerbichler authored
      pythonInterface.cpp depends on ops.cuh
      which in turn depends on some thrust headers.
      It is defined as a C++ compilation unit
      which is problematic  becuase thrift doesn't guarantee
      compatibility with a host compiler.
      
      This is starting to cause issues with CUDA 12.5.
      There is no dependency on the thrust headers,
      which means they can be removed without other consequences.
      85e01276
  5. 29 Mar, 2024 1 commit
  6. 23 Feb, 2024 1 commit
  7. 14 Feb, 2024 1 commit
  8. 05 Feb, 2024 3 commits
    • Rickard's avatar
      Make native code portable and add GitHub workflow for building (#949) · 73d3e7b6
      Rickard authored
      
      
      * Make native code portable and add GitHub workflow for building
      
      * Removed deprecated Python versions
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * Update python-package.yml
      Co-authored-by: default avatarAarni Koskela <akx@iki.fi>
      
      * 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: default avatarAarni Koskela <akx@iki.fi>
      73d3e7b6
    • Rickard's avatar
      332530ba
    • Aarni Koskela's avatar
      Enable crate-ci/typos lint; fix typos (#1005) · 8c507d92
      Aarni Koskela authored
      
      Co-authored-by: default avatarTitus von Koeller <titus@vonkoeller.com>
      
      fix erroneous correction
      8c507d92
  9. 01 Feb, 2024 1 commit
  10. 31 Jan, 2024 1 commit
  11. 30 Jan, 2024 1 commit
  12. 09 Dec, 2023 1 commit
  13. 19 Jul, 2023 1 commit
  14. 17 Jul, 2023 1 commit
  15. 11 Jul, 2023 1 commit
  16. 10 Jul, 2023 5 commits
  17. 09 Jul, 2023 2 commits
  18. 08 Jul, 2023 2 commits
  19. 05 Jul, 2023 1 commit
  20. 04 Jul, 2023 2 commits
  21. 31 May, 2023 3 commits
  22. 24 May, 2023 1 commit
  23. 06 May, 2023 1 commit
  24. 02 May, 2023 5 commits