This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make the code compatible with CUDA 12.3 (#16)
# What ❔ This code implements the changes necessary to make it compile with CUDA 12.3. ## Why ❔ CUDA 12.3 introduced a new `CudaLaunchAttributeID` named `LaunchCompletionEvent`, a default match arm is needed to make the code compile with CUDA 12.3 but also previous CUDA versions. ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information