aprender-gpu 0.32.0

Pure Rust PTX generation for NVIDIA CUDA - no LLVM, no nvcc
Documentation
1
2
3
4
5
6
7
use super::super::emit::{
    emit_global_mem_operand, emit_instruction, emit_operand, emit_shared_mem_operand,
};
use super::super::*;

mod arithmetic_and_memory;
mod warp_and_operand;