Highlights
- Pro
Stars
A GPGPU based Spiking Neural Network (SNN) designed to be as transparent and easy to modify as possible. Written in C++/CUDA.
Forked from https://bitbucket.org/berkeleylab/cs-roofline-toolkit/src/master/
Neural Geometric Level of Detail: Real-time Rendering with Implicit 3D Shapes (CVPR 2021 Oral)
This repository is established to store personal notes and annotated papers during daily research.
This is the top-level repository for the Accel-Sim framework.
Official code for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
Several optimization methods of half-precision general matrix multiplication (HGEMM) using tensor core with WMMA API and MMA PTX instruction.
Optimizing SGEMM kernel functions on NVIDIA GPUs to a close-to-cuBLAS performance.
This is a series of GPU optimization topics. Here we will introduce how to optimize the CUDA kernel in detail. I will introduce several basic kernel optimizations, including: elementwise, reduce, s…
Code for *ScoreGrad: Multivariate Probabilistic Time Series Forecasting with Continuous Energy-based Generative Models*
oneAPI Deep Neural Network Library (oneDNN)
Matrix Multiply-Accumulate with CUDA and WMMA( Tensor Core)
Pytorch implementation of "spectro-temporal attention-based voice activity detection"
CUDA C 编程权威指南代码实现 包含了书上第二章到第八章的大部分代码实现和作者笔记,全由作者本人手动实现,难免有错误的地方,请大家谨慎参考,非常欢迎对错误的指正。 如果有帮助的话请Star一下,对作者帮助很大,谢谢!
FastAudio is a Learnable Audio Frontend team Magnum's designed for the ASVspoof 2021 challenge
Voice Activity Detection (VAD) using deep learning.
Curated list of project-based tutorials
chaoming0625 / BrainPy
Forked from brainpy/BrainPyBrain Dynamics Programming in Python
Simulation of spiking neural networks (SNNs) using PyTorch.
ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.