All Projects → JuliaGPU → Cuarrays.jl

JuliaGPU / Cuarrays.jl

Licence: other
A Curious Cumulation of CUDA Cuisine

Programming Languages

julia
2034 projects

Labels

Projects that are alternatives of or similar to Cuarrays.jl

PyTorchTOP
GPU PyTorch TOP in TouchDesigner with CUDA-enabled OpenCV
Stars: ✭ 58 (-79.51%)
Mutual labels:  cuda
Brainsimulator
Brain Simulator is a platform for visual prototyping of artificial intelligence architectures.
Stars: ✭ 262 (-7.42%)
Mutual labels:  cuda
Hemi
Simple utilities to enable code reuse and portability between CUDA C/C++ and standard C/C++.
Stars: ✭ 275 (-2.83%)
Mutual labels:  cuda
docker python-opencv-ffmpeg
Dockerfile containing FFmpeg, OpenCV4 and Python2/3, based on Ubuntu LTS
Stars: ✭ 38 (-86.57%)
Mutual labels:  cuda
instant-ngp
Instant neural graphics primitives: lightning fast NeRF and more
Stars: ✭ 1,863 (+558.3%)
Mutual labels:  cuda
Dynamicfusion
Implementation of Newcombe et al. CVPR 2015 DynamicFusion paper
Stars: ✭ 267 (-5.65%)
Mutual labels:  cuda
cuda2GLcore
Implementation of Cuda to OpenGL rendering
Stars: ✭ 46 (-83.75%)
Mutual labels:  cuda
Tensor Stream
A library for real-time video stream decoding to CUDA memory
Stars: ✭ 277 (-2.12%)
Mutual labels:  cuda
Popsift
PopSift is an implementation of the SIFT algorithm in CUDA.
Stars: ✭ 259 (-8.48%)
Mutual labels:  cuda
Learn Cuda Programming
Learn CUDA Programming, published by Packt
Stars: ✭ 271 (-4.24%)
Mutual labels:  cuda
cuda-cmake-gtest-gbench-starter
A cross-platform CUDA/C++14 starter project with google test and google benchmark support.
Stars: ✭ 24 (-91.52%)
Mutual labels:  cuda
gpu-monitor
Script to remotely check GPU servers for free GPUs
Stars: ✭ 85 (-69.96%)
Mutual labels:  cuda
Gprmax
gprMax is open source software that simulates electromagnetic wave propagation using the Finite-Difference Time-Domain (FDTD) method for numerical modelling of Ground Penetrating Radar (GPR)
Stars: ✭ 268 (-5.3%)
Mutual labels:  cuda
Torch-TensorRT
PyTorch/TorchScript compiler for NVIDIA GPUs using TensorRT
Stars: ✭ 1,216 (+329.68%)
Mutual labels:  cuda
Fbcuda
Facebook's CUDA extensions.
Stars: ✭ 275 (-2.83%)
Mutual labels:  cuda
crowdsource-video-experiments-on-android
Crowdsourcing video experiments (such as collaborative benchmarking and optimization of DNN algorithms) using Collective Knowledge Framework across diverse Android devices provided by volunteers. Results are continuously aggregated in the open repository:
Stars: ✭ 29 (-89.75%)
Mutual labels:  cuda
Kinectfusionlib
Implementation of the KinectFusion approach in modern C++14 and CUDA
Stars: ✭ 261 (-7.77%)
Mutual labels:  cuda
Pytorch Liteflownet
a reimplementation of LiteFlowNet in PyTorch that matches the official Caffe version
Stars: ✭ 281 (-0.71%)
Mutual labels:  cuda
Awesome Cuda
This is a list of useful libraries and resources for CUDA development.
Stars: ✭ 274 (-3.18%)
Mutual labels:  cuda
Go Cyber
Your 🔵 Superintelligence
Stars: ✭ 270 (-4.59%)
Mutual labels:  cuda

CuArrays.jl: DEPRECATED, use CUDA.jl instead!

Documentation Build Status

CuArrays provides a fully-functional GPU array, which can give significant speedups over normal arrays without code changes. CuArrays are implemented fully in Julia, making the implementation elegant and extremely generic.

Quick start

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add CuArrays

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("CuArrays")

For usage instructions and other information, check-out the CUDA.jl documentation.

Project Status

The package is tested against, and being developed for, Julia 1.0 and above. Main development and testing happens on Linux, but the package is expected to work on macOS and Windows as well.

Questions and Contributions

Usage questions can be posted on the Julia Discourse forum under the GPU domain and/or in the #gpu channel of the Julia Slack.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].