feat(capi): add Cuda support

- This adds GPU support in the C API
- Also make ctest (cmake test launcher) print
  test output when it fails
This commit is contained in:
tmontaigu
2024-02-08 14:02:25 +01:00
parent 8c54c8200b
commit ece82c51a5
8 changed files with 254 additions and 5 deletions

View File

@@ -94,6 +94,11 @@ jobs:
run: |
make test_user_doc_gpu
- name: Test C API
run: |
make test_c_api_gpu
- name: Slack Notification
if: ${{ always() }}
continue-on-error: true