# CudaDemo **Repository Path**: tutu96177/CudaDemo ## Basic Information - **Project Name**: CudaDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CudaDemo A simple demo to show how to implement custom operators in PyTorch with cuda/c++. More details can be seen in [知乎: 用Cuda实现PyTorch算子](https://zhuanlan.zhihu.com/p/595851188). ## Usage With PyTorch installation, simply run `pip install -e .` ## More [CUSTOM C++ AND CUDA EXTENSIONS](https://pytorch.org/tutorials/advanced/cpp_extension.html) [THE C++ FRONTEND](https://pytorch.org/cppdocs/frontend.html) [LIBRARY API](https://pytorch.org/cppdocs/api/library_root.html) [详解PyTorch编译并调用自定义CUDA算子的三种方式](https://zhuanlan.zhihu.com/p/358778742)