CrytoDinero's repositories
Block-Sparse-GPU-Kernels
CUDA Programming Model Basics Before we jump into CUDA C code, those new to CUDA will benefit from a basic description of the CUDA programming model and some of the terminology used. The CUDA programming model is a heterogeneous model in which both the CPU and GPU are used. In CUDA, the host refers to the CPU and its memory, while the device refers to the GPU and its memory. Code run on the host can manage memory on both the host and device, and also launches kernels which are functions executed on the device. These kernels are executed by many GPU threads in parallel.
CrytoDinero
in house CrytoCurrancy Tokens
libra-grpc
A lightweight JavaScript library for Libra