mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 15:18:33 -05:00
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:
5
.github/workflows/aws_tfhe_gpu_tests.yml
vendored
5
.github/workflows/aws_tfhe_gpu_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user