Skip to content

Common utilities shared between the various Julia GPU backends.

License

Notifications You must be signed in to change notification settings

JuliaGPU/GPUToolbox.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPUToolbox.jl

Common utilities shared between the various Julia GPU backends.

Build Status Coverage
PkgEval

Functionality

This package currently exports the following:

  • SimpleVersion: a GPU-compatible version number
  • @sv_str: constructs a SimpleVersion from a string
  • @checked: Add to a function definition to generate an unchecked and a checked version.
  • @debug_ccall: like ccall but prints the ccall, its arguments, and its return value
  • @gcsafe_ccall: like @ccall but marking it safe for the GC to run.

For more details on a specific symbol, check out its docstring in the Julia REPL.

About

Common utilities shared between the various Julia GPU backends.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages