#built-in #cuda #gpu #nvptx

nightly nvptx-builtins

NVPXT builtins like __syncthreads() and blockIdx.x

1 unstable release

Uses old Rust 2015

0.1.0 Jan 2, 2017

#14 in #built-in

MIT/Apache

6KB

nvptx-builtins

NVPTX builtins like __syncthreads and blockIdx.x

License

The documentation is licensed under

And the source code is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.


lib.rs:

NVPXT builtins like __syncthreads() and blockIdx.x

For information about what these intrinsics do, check: CUDA C programming guide, section B - C language extensions

No runtime deps