Skip to content

docs: add README with project structure and key entry points#1

Open
DragonMengLong wants to merge 1 commit into
masterfrom
codex/create-readme-with-project-structure
Open

docs: add README with project structure and key entry points#1
DragonMengLong wants to merge 1 commit into
masterfrom
codex/create-readme-with-project-structure

Conversation

@DragonMengLong
Copy link
Copy Markdown
Owner

Motivation

  • Provide a concise Chinese README for this minimal Visual Studio + CUDA 11.0 sample that documents project structure and the CPU/GPU entry points.

Description

  • Add README.md describing repository layout (cuda.vcxproj, my_first_cuda.cu, kernel.cu, x64/), the CPU entry int main(void) in my_first_cuda.cu, and GPU entrypoints __global__ void addKernel and cudaError_t addWithCuda in kernel.cu, plus build/run notes for Visual Studio.

Testing

  • No automated tests were applicable for this documentation-only change.

Codex Task

@DragonMengLong DragonMengLong marked this pull request as ready for review March 12, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant