Hello World Example
Your first DotCompute program - a simple vector addition example.
🚧 Documentation In Progress - Hello World example is being developed.
Overview
This example demonstrates:
- Creating a simple kernel
- Using the compute orchestrator
- Executing on GPU or CPU
Prerequisites
TODO: List prerequisites
The Hello World Kernel
TODO: Provide Hello World code example:
- Define a kernel using [Kernel] attribute
- Simple vector addition operation
- Input/output parameter handling
Running the Example
Step 1: Create Project
TODO: Document project creation
Step 2: Add References
TODO: List required NuGet packages
Step 3: Implement Main
TODO: Provide main program example
Step 4: Execute
TODO: Explain how to run
Output
TODO: Show expected output
Next Steps
TODO: Link to next learning resources
Complete Example
TODO: Provide full working code example
Troubleshooting
TODO: Document common issues