212
edits
Changes
BetaT
,→Optimizing Problems
After these implementations, testing the code produced the same results as the original program, so it is a positive confirmation that we can proceed to optimizing the cod using the GPU
== Optimizing Problems with 2 Kernels ==
In the first kernel I have Replaced the for loop statement.
__global__ void Initalize(float* u, float* un, int nx, int nt, float dx)