Skip to content

Instantly share code, notes, and snippets.

View ConchFeng's full-sized avatar
🏠
Working remotely

冯Conch ConchFeng

🏠
Working remotely
  • United States
View GitHub Profile
@ConchFeng
ConchFeng / kernel.cu
Last active April 22, 2025 08:52
NvRTC example demo cuda c++
#include <iostream>
#include <vector>
#include <string>
#include <memory>
#include <iomanip>
#include <cuda.h>
#include <nvrtc.h>
// 简单的错误检查宏