Expand description
Test kernels for validation and benchmarking.
This module provides simple kernels for testing the kernel framework:
VectorAdd: Batch kernel for vector additionEchoKernel: Ring kernel for message echo (latency testing)
Structsยง
- Echo
Kernel - Simple echo kernel for latency testing.
- Echo
Request - Echo request message.
- Echo
Response - Echo response message.
- Echo
State - Echo kernel state.
- MatMul
- Matrix multiplication kernel.
- MatMul
Input - Input for matrix multiplication.
- MatMul
Output - Output from matrix multiplication.
- Reduce
Sum - Sum reduction kernel.
- Reduce
SumInput - Input for sum reduction.
- Reduce
SumOutput - Output from sum reduction.
- Vector
Add - Simple vector addition kernel.
- Vector
AddInput - Input for vector addition.
- Vector
AddOutput - Output from vector addition.