Skip to content

Reusable components for CUDA API development.

License

Notifications You must be signed in to change notification settings

rened/CUDAapi.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDAapi.jl

Reusable components for CUDA API development.

Build status:

This package provides some reusable functionality for programming against CUDA or NVIDIA APIs. It is meant to be used by package developers, and is not expected to export functionality useful for application programmers.

Usage

Compatibility

The file src/compatibility.jl contains hard-coded databases with software and hardware compatibility information that cannot be queried from APIs.

Discovery

The file src/discovery.jl defines helper methods for discovering the NVIDIA driver and CUDA toolkit, as well as some more generic methods to find libraries and binaries relative to eg. the location of the driver or toolkit.

About

Reusable components for CUDA API development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 90.6%
  • Shell 5.9%
  • PowerShell 3.5%