Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
BetaT
56 bytes added
,
23:50, 11 April 2017
→
Parallelizing with 2 Kernels
The for loop is not needed.
=== INITIALIZE KERNEL ===
__global__ void Initalize(float* u, float* un, int nx, int nt, float dx)
{
}
=== CALCULATE WAVE KERNEL ===
This was the tricky part in converting the original code into the kernel.
Jadach1
212
edits