Skip to content

Commit

Permalink
Regards #570: Added supprort for CUDA libraries
Browse files Browse the repository at this point in the history
Caveat: Not yet supporting library kernels as first-class citizens; they are currently only intermediate entities for obtaining context-associated kernels (CUfunction's)
  • Loading branch information
eyalroz committed Jan 7, 2024
1 parent b521277 commit 8edefaa
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cuda/api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
#include "api/event.hpp"
#include "api/kernel.hpp"
#include "api/module.hpp"
#if CUDA_VERSION >= 12000
#include "api/library.hpp"
#endif
#include "api/link.hpp"

#include "api/current_device.hpp"
Expand Down
Loading

0 comments on commit 8edefaa

Please sign in to comment.