Showing 21 open source projects for "nvidia gpu mod"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux open GPU kernel module source

    This is the source release of the NVIDIA Linux open GPU kernel modules, version 530.41.03. Note that the kernel modules built here must be used with GSP firmware and user-space NVIDIA GPU driver components from a corresponding 530.41.03 driver release. Currently, the kernel modules can be built for x86_64 or aarch64. If cross-compiling, set these variables on the make command line.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    GameMode

    GameMode

    Optimise Linux system performance on demand

    GameMode is a daemon/lib combo for Linux that allows games to request a set of optimizations be temporarily applied to the host OS and/or a game process. GameMode was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU power save or on-demand governors but is now host to a range of optimization features and configurations.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    NVTOP

    NVTOP

    GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel

    NVTOP stands for Neat Video card TOP, a (h) top-like task monitor for GPUs and accelerators. It can handle multiple GPUs and print information about them in a htop-familiar way. Currently supported vendors are AMD (Linux AMD GPU driver), Apple (limited M1 & M2 support), Huawei (Ascend), Intel (Linux i915 driver), NVIDIA (Linux proprietary divers), and Qualcomm Adreno (Linux MSM driver).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    XMRig

    XMRig

    RandomX, KawPow, CryptoNight, AstroBWT and GhostRider unified miner

    High performance, open-source, cross-platform RandomX, KawPow, CryptoNight, and AstroBWT CPU/GPU miner, RandomX benchmark, and stratum proxy. XMRig is a high-performance, open-source, cross-platform RandomX, KawPow, CryptoNight, and AstroBWT unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS, and FreeBSD. The preferred way to configure the miner is the JSON config file as it is more flexible and human-friendly. The command-line interface...
    Downloads: 48 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    waifu2x ncnn Vulkan

    waifu2x ncnn Vulkan

    waifu2x converter ncnn version, run fast GPU with vulkan

    ncnn implementation of waifu2x converter. Runs fast on Intel/AMD/Nvidia/Apple-Silicon with Vulkan API. waifu2x-ncnn-vulkan uses ncnn project as the universal neural network inference framework.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    WanGP

    WanGP

    AI video generator optimized for low VRAM and older GPUs use

    Wan2GP is an open source AI video generation toolkit designed to make modern generative models accessible on consumer-grade hardware with limited GPU memory. It acts as a unified interface for running multiple video, image, and audio generation models, including Wan-based models as well as other systems like Hunyuan Video, Flux, and Qwen. A key focus of the project is reducing VRAM requirements, enabling some workflows to run on as little as 6 GB while still supporting older Nvidia and certain AMD GPUs. ...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 7

    ExCon Imager

    Gigapixel GPU accelerated radio interferometric imager

    ...It implements novel gridding and image weighting algorithms. It is well suited to make ultra deep radio interferometric images, minimizing aliasing artefacts and PSF variation. NVIDIA GPU acceleration is available. JAVA/SCALA support available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GSvit

    GSvit

    Fast FDTD solver with graphics card support

    Fast FDTD solver with graphics card support. Optimized for nanoscale optics - scanning near field optical microscopy, rough surface scattering and solar cells. Uses CUDA environment for graphics card operation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    xmrMiner

    xmrMiner

    A CUDA based miner for Monero

    An optimized Monero miner designed to maximize GPU mining efficiency.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Nonlinear Pulse Propagation Solver
    ...The program can be invoked within MATLAB and any other scripting language. It can export the results in different formats including ASCII text “.txt” and MATLAB “.mat” format. The program can also utilize the power of GPU via CUDA. With a modern gaming card “NVidia GTX TITAN”, a speed increase of a factor of 100 times can be achieved. This makes NPP a powerful tool especially for simulating long waveguides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    viewpix

    A Landsat 8 scene viewer

    ...A 30m resolution gray scale scene is generated by Viewpix and is presented as band 12. Each Landsat 8 scene is roughly 190 X 180 kilometers. Viewpix was originally written as a simple platform to test GPU software on low end computer systems. This is the "lite" version of Viewpix as it has no cuda filters installed. Viewpix is written in C. It is tested on Ubuntu and Centos. It should work with most current Linux distributions. Viewpix runs efficiently on computers with modest CPU's such as low power mini-ITX boards. It is known to work nicely on Intel NUC, AMD A6 SOC , and NVIDIA TX2. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CUDA-Quicksort

    CUDA-Quicksort: A GPU-based implementation of the quicksort algorithm

    CUDA-quicksort is a GPU-based implementation of the quicksort algorithm. CUDA-quicksort is designed to exploit the power computing of modern NVIDIA GPUs. "Two GPU-based implementations of the quicksort were presented in literature: the GPU-quicksort, a compute-unified device architecture (CUDA) iterative implementation, and the CUDA dynamic parallel (CDP) quicksort, a recursive implementation provided by NVIDIA Corporation."[*].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    NCrypted

    NCrypted - simple file encryption software with GPU support

    NCrypted is a simple file encryption software. It is implemented on top of AES 128-bit algorithm. This software was designed to be as simple as possible, so you won't find any fancy, flashy gui elements or complicated advanced options. You can also use it directly from command line. NCrypted can automatically detect and take advantage of your NVidia graphics card to speed up the file processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    nhale

    Nvidia BIOS editor

    Nvidia GPU Rom editor that when paired with a nvidia rom flashing utility, such as nvflash, allows you to modify the bios contents to allow OS-independent overclocking, underclocking, unlocking restricted features, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MicroLua DS

    MicroLua DS

    MicroLua brings Lua on the Nintendo DS for easy programming

    MicroLua brings the programming language Lua on the Nintendo DS for easy and fast development of beautiful homebrews! Based on brunni's µLibrary, µLua is a Lua interpreter featuring fast drawings and many important functionalities. You can exploit your Nintendo DS with the simplistic yet powerful Lua language! On your cartridge, MicroLua is a NDS executable that shows as its frontend a great graphical shell from which you can explore your cartridge and run Lua scripts written for...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 16
    GPU Edge Detector

    GPU Edge Detector

    GPU Interactive Program For Edge detection

    ...(The code section is currently close until our article gets published) Commiting publicly to the project is currently closed but feel free to email us. The source code is dependant on CUDA 5.0 Samples now available as part of the CUDA Toolkit. "This software contains source code provided by NVIDIA Corporation."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    GPUmat

    GPUmat is a C/C++ GPU engine for Matlab based on NVIDIA CUDA.

    Please download Windows and Linux version by clicking on "Browse All Files". GPUmat allows standard MATLAB code to run on GPUs. The engine is written in C/C++ and based on NVIDIA CUDA. Please contact gpyougroup@gmail.com for any questions. Unfortunately GPUmat was compiled for CUDA 5.0 and we basically stopped any support for other CUDA version because we don't have the resources to do it. But you can compile the source code if you want. Instructions to compile the source code:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A GPU memory test utility for NVIDIA and AMD GPUs using well established patterns from memtest86/memtest86+ as well as additional stress tests. The tests are designed to find hardware and soft errors. The code is written in CUDA and OpenCL.
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 19

    CUDA-SPHERE-FWD-MEEG

    CUDA accelerated spherical model forward solution for EEG/MEG

    CUDA-SPHERE-FWD-MEEG is a CUDA C based toolkit which provides a GPU based implementation of the spherical model forward solution for the 306 channel Elekta Neuromag MEG system and the EEG. The 1-Sphere forward solution for the MEG and the 4-Sphere forward solution for the EEG is implemented in CUDA C and an accelerated solution is obtained using the NVIDIA GPU when the solution is calculated for a large number of dipoles (on the order of 15000 and above) and sensor locations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hello! It`s my science work. I have to create the app, which calculates MD5 digest for messages (strings) and can "recover" the message for known digest.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    autofan is a very simple and light daemon written in C that automatically controls fan speed, according to GPU/board temperature, on an Nvidia-card that doesn't support automatic hardware control. It builds ontop of the nvclock backend.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB